Upgrade to Checkstyle 8.36

This commit is contained in:
Juergen Hoeller 2020-09-01 23:41:34 +02:00
parent 141470ff58
commit 7bd6b8d279
1 changed files with 1 additions and 1 deletions

View File

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