Skip to content

Commit

Permalink
Merge pull request #253 from sir-gon/renovate/checkstyle-10.x
Browse files Browse the repository at this point in the history
Update dependency checkstyle to v10.20.0
  • Loading branch information
sir-gon authored Nov 4, 2024
2 parents 47c3272 + 6a4485e commit 485427f
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.19.0'
toolVersion = '10.20.0'
configFile = file("${rootDir}/checkstyle.xml")
maxErrors = 0
maxWarnings = 0
Expand Down

0 comments on commit 485427f

Please sign in to comment.