File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
gradle/plugins/build-conventions Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
version =0.0.23-SNAPSHOT
2
-
3
- javaFormatVersion =0.0.43
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " checkstyle"
3
3
id " java-gradle-plugin"
4
- id " io.spring.javaformat" version " 0.0.43 "
4
+ id " io.spring.javaformat" version " 0.0.46 "
5
5
}
6
6
7
7
repositories {
@@ -21,8 +21,8 @@ sourceCompatibility = "1.8"
21
21
targetCompatibility = " 1.8"
22
22
23
23
dependencies {
24
- checkstyle(" io.spring.javaformat:spring-javaformat-checkstyle:0.0.43 " )
25
- implementation(" io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.43 " )
24
+ checkstyle(" io.spring.javaformat:spring-javaformat-checkstyle:0.0.46 " )
25
+ implementation(" io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.46 " )
26
26
}
27
27
28
28
checkstyle {
You can’t perform that action at this time.
0 commit comments