Upgrade to Checkstyle 8.38

This commit is contained in:
Juergen Hoeller
2020-12-02 17:42:38 +01:00
parent 2482a83d4f
commit 6e354b1209

View File

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