We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
STABLE_CONFIGURATION_CACHE
1 parent b0837a2 commit bcfe83fCopy full SHA for bcfe83f
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/NativeCmdIntegrationTest.java
@@ -52,7 +52,7 @@ class NativeCmdWithConfigCacheTest extends GradleIntegrationHarness implements N
52
@Override
53
public GradleRunner gradleRunner() throws IOException {
54
setFile("gradle.properties").toContent("org.gradle.unsafe.configuration-cache=true");
55
- setFile("settings.gradle").toContent("enableFeaturePreview(\"STABLE_CONFIGURATION_CACHE\")");
+ setFile("gradle.properties").toContent("org.gradle.configuration-cache=true");
56
return super.gradleRunner().withGradleVersion(GradleVersionSupport.CONFIGURATION_CACHE.version);
57
}
58
0 commit comments