Upgrade to Checkstyle 8.36

This commit is contained in:
Juergen Hoeller
2020-09-01 23:41:34 +02:00
parent b0b4b47bae
commit b95edb549b

View File

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