Upgrade to Checkstyle 10.12.3

This commit is contained in:
Sam Brannen 2023-08-28 14:43:40 +02:00
parent b167152108
commit 6876c284f4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "10.12.1"
toolVersion = "10.12.3"
configDirectory.set(rootProject.file("src/checkstyle"))
}