Upgrade to Checkstyle 8.15

This commit is contained in:
Juergen Hoeller
2018-12-05 14:13:57 +01:00
parent db63f7dd4a
commit cf7ee0739f

View File

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