Skip to content

Commit

Permalink
Stop using STABLE_CONFIGURATION_CACHE because it causes error in so…
Browse files Browse the repository at this point in the history
…me versions of Gradle.
  • Loading branch information
nedtwigg committed Dec 9, 2024
1 parent b0837a2 commit bcfe83f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class NativeCmdWithConfigCacheTest extends GradleIntegrationHarness implements N
@Override
public GradleRunner gradleRunner() throws IOException {
setFile("gradle.properties").toContent("org.gradle.unsafe.configuration-cache=true");
setFile("settings.gradle").toContent("enableFeaturePreview(\"STABLE_CONFIGURATION_CACHE\")");
setFile("gradle.properties").toContent("org.gradle.configuration-cache=true");
return super.gradleRunner().withGradleVersion(GradleVersionSupport.CONFIGURATION_CACHE.version);
}
}
Expand Down

0 comments on commit bcfe83f

Please sign in to comment.