Upgrade to Checkstyle 10.12.4

This commit is contained in:
Andy Wilkinson
2024-01-24 14:25:44 +00:00
parent ee8a68bd9a
commit 9b9cc208b5
6 changed files with 15 additions and 14 deletions

View File

@@ -76,11 +76,12 @@ subprojects { subproject ->
checkstyle {
configFile = rootProject.file("config/checkstyle/checkstyle.xml")
configProperties = [ "checkstyle.config.dir" : rootProject.file("config/checkstyle") ]
toolVersion = "10.11.0"
toolVersion = "10.12.4"
}
dependencies {
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:$javaFormatVersion")
checkstyle("com.puppycrawl.tools:checkstyle:${checkstyle.toolVersion}")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}")
}
plugins.withType(MavenPublishPlugin) {