Upgrade to Checkstyle 8.33

This commit is contained in:
Juergen Hoeller
2020-06-06 16:57:41 +02:00
parent 840ae05942
commit a80e36fd9f

View File

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