Bump checkstyle to 8.10

This commit is contained in:
Florian Schmaus 2018-05-09 21:14:52 +02:00
parent 3066801d58
commit 9d61a6de7d
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ subprojects {
checkstyle {
configFile = new File(rootConfigDir, 'checkstyle.xml')
toolVersion = '8.8'
toolVersion = '8.10'
}
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'