Skip to content

Commit

Permalink
Issue checkstyle#273: Launch/Diff Groovy should remove use of maven-c…
Browse files Browse the repository at this point in the history
…heckstyle-plugin
  • Loading branch information
nrmancuso committed Nov 28, 2020
1 parent 1592239 commit dfb7232
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions checkstyle-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
<sevntu-checkstyle.version>1.38.0</sevntu-checkstyle.version>
<jxr-plugin.version>2.5</jxr-plugin.version>
<checkstyle.config.location>https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml</checkstyle.config.location>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
</properties>
<checkstyle.failsOnError>false</checkstyle.failsOnError>
<jxr-plugin.exclude>DOESNTEXISTEXCLUDE</jxr-plugin.exclude>
</properties>

<build>
<plugins>
Expand Down

0 comments on commit dfb7232

Please sign in to comment.