Skip to content

Commit 1cae623

Browse files
committed
Remove unnecessary/duplicated test argument
1 parent 13c47fc commit 1cae623

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/groovy/org/gradlex/javamodule/testing/test/fixture/GradleBuild.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class GradleBuild {
124124

125125
GradleRunner runner(String... args) {
126126
List<String> latestFeaturesArgs = canUseProjectIsolation ? [
127-
'--configuration-cache',
128127
'-Dorg.gradle.unsafe.isolated-projects=true'
129128
] : []
130129
GradleRunner.create()

0 commit comments

Comments
 (0)