File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/org/springframework/gradle/checkstyle Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515dependencies {
1616 implementation " com.github.ben-manes:gradle-versions-plugin:0.38.0"
1717 implementation " io.github.gradle-nexus:publish-plugin:1.1.0"
18- implementation " io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.31 "
18+ implementation " io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.41 "
1919 implementation " io.spring.nohttp:nohttp-gradle:0.0.10"
2020 implementation " org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
2121 implementation " org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2"
Original file line number Diff line number Diff line change 3737public class SpringJavaCheckstylePlugin implements Plugin <Project > {
3838 private static final String CHECKSTYLE_DIR = "etc/checkstyle" ;
3939 private static final String SPRING_JAVAFORMAT_VERSION_PROPERTY = "springJavaformatVersion" ;
40- private static final String DEFAULT_SPRING_JAVAFORMAT_VERSION = "0.0.31 " ;
40+ private static final String DEFAULT_SPRING_JAVAFORMAT_VERSION = "0.0.41 " ;
4141 private static final String NOHTTP_CHECKSTYLE_VERSION_PROPERTY = "nohttpCheckstyleVersion" ;
4242 private static final String DEFAULT_NOHTTP_CHECKSTYLE_VERSION = "0.0.10" ;
4343 private static final String CHECKSTYLE_TOOL_VERSION_PROPERTY = "checkstyleToolVersion" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.parallel=true
44org.gradle.caching =true
55springFrameworkVersion =6.0.19
66springSecurityVersion =6.1.9
7- springJavaformatVersion =0.0.38
7+ springJavaformatVersion =0.0.41
88springJavaformatExcludePackages =org/springframework/security/config org/springframework/security/oauth2
99checkstyleToolVersion =8.34
1010nohttpCheckstyleVersion =0.0.11
You can’t perform that action at this time.
0 commit comments