We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SupportsCurrentSpotlessTest
1 parent bab0743 commit 0c30f70Copy full SHA for 0c30f70
1 file changed
gradle-palantir-java-format/src/test/java/com/palantir/javaformat/gradle/SupportsCurrentSpotlessTest.java
@@ -16,7 +16,6 @@
16
package com.palantir.javaformat.gradle;
17
18
import com.palantir.gradle.testing.execution.GradleInvoker;
19
-import com.palantir.gradle.testing.junit.DisabledConfigurationCache;
20
import com.palantir.gradle.testing.junit.GradlePluginTests;
21
import com.palantir.gradle.testing.project.RootProject;
22
import java.io.File;
@@ -34,7 +33,6 @@
34
33
* This test forces creation of the spotless steps, which will reveal any eager resolution of configurations.
35
*/
36
@GradlePluginTests
37
-@DisabledConfigurationCache
38
class SupportsCurrentSpotlessTest {
39
private static final String CLASSPATH_FILE = new File("build/impl.classpath").getAbsolutePath();
40
0 commit comments