Skip to content

Commit 00b4aee

Browse files
committed
Use separate TestKitDir per project to support parallel daemons
Without this running in parallel is likely to get you an error from Gradle timing out waiting to lock the jars directory: "It is currently in use by another Gradle instance."
1 parent a5a3dbc commit 00b4aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/groovy/com/github/gradle/AbstractIntegTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ abstract class AbstractIntegTest extends Specification {
3636
.withPluginClasspath()
3737
.forwardOutput()
3838
.withGradleVersion(gradleVersion.version)
39+
.withTestKitDir(createFile(".gradle-homedir"))
3940
.withDebug(false)
4041
}
4142

0 commit comments

Comments
 (0)