Browse Source

Upgrade to spring-javaformat-checkstyle 0.0.42

pull/33048/head
Juergen Hoeller 2 years ago
parent
commit
230848c8e5
  1. 2
      build.gradle

2
build.gradle

@ -106,7 +106,7 @@ configure([rootProject] + javaProjects) { project -> @@ -106,7 +106,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.41")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.42")
}
ext.javadocLinks = [

Loading…
Cancel
Save