Upgrade to Checkstyle 8.16

This commit is contained in:
Juergen Hoeller 2019-01-08 21:57:24 +01:00
parent 605e2477b9
commit 815f151448
1 changed files with 1 additions and 1 deletions

View File

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