File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
spring-javaformat-gradle-sample
spring-javaformat-maven-sample Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath(" io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.6 -SNAPSHOT" )
7
+ classpath(" io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.7 -SNAPSHOT" )
8
8
}
9
9
}
10
10
@@ -21,9 +21,9 @@ repositories {
21
21
}
22
22
23
23
checkstyle {
24
- toolVersion = " 8.9 "
24
+ toolVersion = " 8.18 "
25
25
}
26
26
27
27
dependencies {
28
- checkstyle(" io.spring.javaformat:spring-javaformat-checkstyle:0.0.6 -SNAPSHOT" )
28
+ checkstyle(" io.spring.javaformat:spring-javaformat-checkstyle:0.0.7 -SNAPSHOT" )
29
29
}
Original file line number Diff line number Diff line change 6
6
<groupId >io.spring.javaformat.sample</groupId >
7
7
<artifactId >spring-javaformat-maven-sample</artifactId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
+ <properties >
10
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
+ </properties >
9
12
<build >
10
13
<plugins >
11
14
<plugin >
12
15
<groupId >io.spring.javaformat</groupId >
13
16
<artifactId >spring-javaformat-maven-plugin</artifactId >
14
- <version >0.0.6 -SNAPSHOT</version >
17
+ <version >0.0.7 -SNAPSHOT</version >
15
18
<executions >
16
19
<execution >
17
20
<goals >
28
31
<dependency >
29
32
<groupId >com.puppycrawl.tools</groupId >
30
33
<artifactId >checkstyle</artifactId >
31
- <version >8.8 </version >
34
+ <version >8.18 </version >
32
35
</dependency >
33
36
<dependency >
34
37
<groupId >io.spring.javaformat</groupId >
35
38
<artifactId >spring-javaformat-checkstyle</artifactId >
36
- <version >${project.version} </version >
39
+ <version >0.0.7-SNAPSHOT </version >
37
40
</dependency >
38
41
</dependencies >
39
42
<executions >
You can’t perform that action at this time.
0 commit comments