Skip to content

Commit dfb7232

Browse files
committed
Issue checkstyle#273: Launch/Diff Groovy should remove use of maven-checkstyle-plugin
1 parent 1592239 commit dfb7232

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

checkstyle-tester/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<sevntu-checkstyle.version>1.38.0</sevntu-checkstyle.version>
1717
<jxr-plugin.version>2.5</jxr-plugin.version>
1818
<checkstyle.config.location>https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml</checkstyle.config.location>
19-
<checkstyle.failsOnError>true</checkstyle.failsOnError>
20-
</properties>
19+
<checkstyle.failsOnError>false</checkstyle.failsOnError>
20+
<jxr-plugin.exclude>DOESNTEXISTEXCLUDE</jxr-plugin.exclude>
21+
</properties>
2122

2223
<build>
2324
<plugins>

0 commit comments

Comments
 (0)