Skip to content

Commit

Permalink
fix(deps): update dependency checkstyle to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 17, 2024
1 parent f441174 commit 6f2cd24
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.3"
toolVersion = "10.14.2"
isShowViolations = false
isIgnoreFailures = false
}
Expand Down

0 comments on commit 6f2cd24

Please sign in to comment.