Bump Checkstyle to 8.22

This commit is contained in:
Florian Schmaus 2019-07-21 23:07:53 +02:00
parent 9de2b983c8
commit 95c73f51b1
1 changed files with 1 additions and 1 deletions

View File

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