Skip to content

Commit

Permalink
Update GantSign Checkstyle config to 3.9.0 (#676)
Browse files Browse the repository at this point in the history
For compatibility with Checkstyle 10.12.3.
  • Loading branch information
freemanjp authored Sep 3, 2023
1 parent c39c30f commit 03cbc73
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.24.2</assertj-guava.version>
<assertj.version>3.24.2</assertj.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<checkstyle.config-location>https://raw.githubusercontent.com/gantsign/checkstyle-config/3.8.0/checkstyle.xml</checkstyle.config-location>
<checkstyle.config-location>https://raw.githubusercontent.com/gantsign/checkstyle-config/3.9.0/checkstyle.xml</checkstyle.config-location>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
<checkstyle.version>10.12.3</checkstyle.version>
<docker.image>${project.artifactId}</docker.image>
Expand Down

0 comments on commit 03cbc73

Please sign in to comment.