Upgrade to Checkstyle 8.36.1

This commit is contained in:
Juergen Hoeller 2020-09-14 22:19:25 +02:00
parent 3c84863271
commit 3ec4538981
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "8.36"
toolVersion = "8.36.1"
configDir = rootProject.file("src/checkstyle")
}