Upgrade to Checkstyle 8.35

This commit is contained in:
Juergen Hoeller
2020-08-27 16:29:48 +02:00
parent 3a9896b849
commit 72683766dc

View File

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