1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 00:24:49 +02:00

Bump Checkstyle to 8.22

This commit is contained in:
Florian Schmaus 2019-07-21 23:07:53 +02:00
parent 9de2b983c8
commit 95c73f51b1

View file

@ -382,7 +382,7 @@ subprojects {
apply plugin: 'org.kordamp.gradle.clirr' apply plugin: 'org.kordamp.gradle.clirr'
checkstyle { checkstyle {
toolVersion = '8.10' toolVersion = '8.22'
} }
task sourcesJar(type: Jar, dependsOn: classes) { task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources' classifier = 'sources'