Skip to content

Commit 0c30f70

Browse files
Excavator: Enabling Configuration Cache for SupportsCurrentSpotlessTest test class. (#1622)
1 parent bab0743 commit 0c30f70

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gradle-palantir-java-format/src/test/java/com/palantir/javaformat/gradle/SupportsCurrentSpotlessTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package com.palantir.javaformat.gradle;
1717

1818
import com.palantir.gradle.testing.execution.GradleInvoker;
19-
import com.palantir.gradle.testing.junit.DisabledConfigurationCache;
2019
import com.palantir.gradle.testing.junit.GradlePluginTests;
2120
import com.palantir.gradle.testing.project.RootProject;
2221
import java.io.File;
@@ -34,7 +33,6 @@
3433
* This test forces creation of the spotless steps, which will reveal any eager resolution of configurations.
3534
*/
3635
@GradlePluginTests
37-
@DisabledConfigurationCache
3836
class SupportsCurrentSpotlessTest {
3937
private static final String CLASSPATH_FILE = new File("build/impl.classpath").getAbsolutePath();
4038

0 commit comments

Comments
 (0)