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 Dec 10, 2022
1 parent 8314434 commit 04b3038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ tasks.getByName("build") {
}

checkstyle {
toolVersion = "9.1"
toolVersion = "10.5.0"
isShowViolations = false
isIgnoreFailures = false
}
Expand Down

0 comments on commit 04b3038

Please sign in to comment.