Upgrade to Checkstyle 8.37

This commit is contained in:
Juergen Hoeller
2020-11-16 21:58:07 +01:00
parent 3ae7f29995
commit f59f7cca84

View File

@@ -143,7 +143,7 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.36.2"
toolVersion = "8.37"
configDir = rootProject.file("src/checkstyle")
}