Skip to content

Commit

Permalink
Merge pull request #248 from sir-gon/renovate/checkstyle-10.x
Browse files Browse the repository at this point in the history
Update dependency checkstyle to v10.19.0
  • Loading branch information
sir-gon authored Oct 28, 2024
2 parents 71b34f5 + 0b7f6e2 commit 6165f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithm-exercises-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks.named('test') {
}

checkstyle {
toolVersion = '10.18.2'
toolVersion = '10.19.0'
configFile = file("${rootDir}/checkstyle.xml")
maxErrors = 0
maxWarnings = 0
Expand Down

0 comments on commit 6165f9d

Please sign in to comment.