Skip to content

Commit

Permalink
Upgrade to Checkstyle 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jan 10, 2023
1 parent 63f0beb commit 4d27aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
}

checkstyle {
toolVersion = "10.5.0"
toolVersion = "10.6.0"
configDirectory.set(rootProject.file("src/checkstyle"))
}

Expand Down

0 comments on commit 4d27aee

Please sign in to comment.