We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda8687 commit 230848cCopy full SHA for 230848c
build.gradle
@@ -106,7 +106,7 @@ configure([rootProject] + javaProjects) { project ->
106
// JSR-305 only used for non-required meta-annotations
107
compileOnly("com.google.code.findbugs:jsr305")
108
testCompileOnly("com.google.code.findbugs:jsr305")
109
- checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41")
+ checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.42")
110
}
111
112
ext.javadocLinks = [
0 commit comments