Upgrade to Checkstyle 10.6
This commit is contained in:
parent
63f0beb209
commit
4d27aee7cf
|
@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = "10.5.0"
|
toolVersion = "10.6.0"
|
||||||
configDirectory.set(rootProject.file("src/checkstyle"))
|
configDirectory.set(rootProject.file("src/checkstyle"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue