Skip to content

Commit 17b3cd7

Browse files
author
Matthias Balke
committed
fix compile error
1 parent 600256c commit 17b3cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/Antlr4ExtensionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import org.junit.Test;
2121

22-
public class Antlr4ExtensionTest extends GradleIntegrationTest {
22+
public class Antlr4ExtensionTest extends GradleIntegrationHarness {
2323

2424
@Test
2525
public void applyUsingDefaultVersion() throws IOException {

0 commit comments

Comments
 (0)