Skip to content

Commit

Permalink
Update dependency checkstyle to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent ab9a118 commit bcebbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test {
checkstyle {
// Explicitly define a tool version as checkstyle is a Gradle core plugin
// which might not support recent configurations.
toolVersion = '8.45.1'
toolVersion = '10.18.2'
// Make build fail on warnings
ignoreFailures = false
maxWarnings = 0
Expand Down

0 comments on commit bcebbb6

Please sign in to comment.