Browse Source

Upgrade to Checkstyle 10.6

pull/29800/head
Juergen Hoeller 3 years ago
parent
commit
4d27aee7cf
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save