Browse Source

Upgrade to Checkstyle 10.12.3

pull/31496/head
Sam Brannen 1 year ago
parent
commit
6876c284f4
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save