Browse Source

Upgrade to spring javaformat 0.0.30

pull/28119/head
Stephane Nicoll 3 years ago
parent
commit
136bd2002e
  1. 2
      build.gradle

2
build.gradle

@ -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.29")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.30")
}
ext.javadocLinks = [

Loading…
Cancel
Save