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.
1 parent 67978ab commit 652e1f0Copy full SHA for 652e1f0
testlib/src/test/java/com/diffplug/spotless/kotlin/KtLintStepTest.java
@@ -23,11 +23,6 @@
23
import com.diffplug.spotless.StepHarness;
24
import com.diffplug.spotless.TestProvisioner;
25
26
-/**
27
- * This class is the only one that uses jcenter, and it seems to be the only one that
28
- * causes these problems. The root is still a gradle bug, but in the meantime we don't
29
- * need to hold up *every* PR with this: https://github.com/gradle/gradle/issues/11752
30
- */
31
class KtLintStepTest extends ResourceHarness {
32
@Test
33
void behavior() throws Exception {
0 commit comments