Skip to content

Commit

Permalink
Update GantSign Checkstyle config to 3.6.0 (#428)
Browse files Browse the repository at this point in the history
For compatibility with Checkstyle 10.0.
  • Loading branch information
freemanjp committed Mar 6, 2022
1 parent bb13ddd commit 23c67a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<assertj-guava.version>3.4.0</assertj-guava.version>
<assertj.version>3.22.0</assertj.version>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<checkstyle.config-location>https://raw.githubusercontent.com/gantsign/checkstyle-config/3.4.0/checkstyle.xml</checkstyle.config-location>
<checkstyle.config-location>https://raw.githubusercontent.com/gantsign/checkstyle-config/3.6.0/checkstyle.xml</checkstyle.config-location>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
<checkstyle.version>10.0</checkstyle.version>
<docker.image>${project.artifactId}</docker.image>
Expand Down

0 comments on commit 23c67a8

Please sign in to comment.