mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-13 03:12:06 +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 {
|
checkstyle {
|
||||||
configFile = new File(rootConfigDir, 'checkstyle.xml')
|
configFile = new File(rootConfigDir, 'checkstyle.xml')
|
||||||
toolVersion = '8.8'
|
toolVersion = '8.10'
|
||||||
}
|
}
|
||||||
task sourcesJar(type: Jar, dependsOn: classes) {
|
task sourcesJar(type: Jar, dependsOn: classes) {
|
||||||
classifier = 'sources'
|
classifier = 'sources'
|
||||||
|
|
Loading…
Reference in a new issue