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:
parent
3066801d58
commit
9d61a6de7d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue