1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-10 18:15:58 +01:00

Bump checkstyle to 8.10

This commit is contained in:
Florian Schmaus 2018-05-09 21:14:52 +02:00
parent 3066801d58
commit 9d61a6de7d

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'