1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Bump checkstyle to 8.8

This commit is contained in:
Florian Schmaus 2018-03-28 14:09:44 +02:00
parent dcb30d8029
commit 214218c49b
2 changed files with 2 additions and 3 deletions

View file

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