Upgrade to Checkstyle 8.14

This commit is contained in:
Juergen Hoeller 2018-10-25 00:29:08 +02:00
parent fb2565f2fe
commit 56a8526f3c
1 changed files with 1 additions and 1 deletions

View File

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