Browse Source

Upgrade to Checkstyle 10.12.7 and spring-javaformat-checkstyle 0.0.41

pull/32173/head
Juergen Hoeller 2 years ago
parent
commit
0e5edc4474
  1. 4
      build.gradle

4
build.gradle

@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project -> @@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
}
checkstyle {
toolVersion = "10.12.5"
toolVersion = "10.12.7"
configDirectory.set(rootProject.file("src/checkstyle"))
}
@ -362,7 +362,7 @@ configure([rootProject] + javaProjects) { project -> @@ -362,7 +362,7 @@ configure([rootProject] + javaProjects) { project ->
// JSR-305 only used for non-required meta-annotations
compileOnly("com.google.code.findbugs:jsr305")
testCompileOnly("com.google.code.findbugs:jsr305")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.31")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41")
}
ext.javadocLinks = [

Loading…
Cancel
Save