File tree 2 files changed +14
-11
lines changed
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 24
24
</property >
25
25
</activation >
26
26
<properties >
27
- <spring-javaformat .version>0.0.3 </spring-javaformat .version>
27
+ <spring-javaformat .version>0.0.6 </spring-javaformat .version>
28
28
</properties >
29
29
<build >
30
30
<plugins >
36
36
<dependency >
37
37
<groupId >com.puppycrawl.tools</groupId >
38
38
<artifactId >checkstyle</artifactId >
39
- <version >8.8 </version >
39
+ <version >8.11 </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >io.spring.javaformat</groupId >
Original file line number Diff line number Diff line change
1
+ buildscript {
2
+ repositories {
3
+ mavenLocal()
4
+ mavenCentral()
5
+ }
6
+ dependencies {
7
+ classpath(" io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.6" )
8
+ }
9
+ }
10
+
1
11
plugins {
2
12
id ' java'
3
13
id ' eclipse'
4
14
}
5
15
16
+ apply plugin : ' io.spring.javaformat'
17
+
6
18
repositories {
7
19
mavenLocal()
8
20
mavenCentral()
@@ -29,15 +41,6 @@ test {
29
41
}
30
42
}
31
43
32
- eclipseJdt {
33
- inputFile = rootProject. file(' ../../../eclipse/org.eclipse.jdt.core.prefs' )
34
- doLast {
35
- project. file(' .settings/org.eclipse.jdt.ui.prefs' ). withWriter { writer ->
36
- writer << file(' ../../../eclipse/org.eclipse.jdt.ui.prefs' ). text
37
- }
38
- }
39
- }
40
-
41
44
javadoc {
42
45
options {
43
46
author()
You can’t perform that action at this time.
0 commit comments