Skip to content

Commit

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

0 comments on commit dc2e360

Please sign in to comment.