Upgrade to Checkstyle 10.6

This commit is contained in:
Juergen Hoeller 2023-01-11 00:03:23 +01:00
parent 63f0beb209
commit 4d27aee7cf
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "10.5.0"
toolVersion = "10.6.0"
configDirectory.set(rootProject.file("src/checkstyle"))
}