Skip to content

Commit

Permalink
Remove unnecessary/duplicated test argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Nov 18, 2024
1 parent 13c47fc commit 1cae623
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class GradleBuild {

GradleRunner runner(String... args) {
List<String> latestFeaturesArgs = canUseProjectIsolation ? [
'--configuration-cache',
'-Dorg.gradle.unsafe.isolated-projects=true'
] : []
GradleRunner.create()
Expand Down

0 comments on commit 1cae623

Please sign in to comment.