File tree 11 files changed +35
-3
lines changed
spring-javaformat/spring-javaformat-formatter-eclipse-runtime
spring-javaformat-eclipse/io.spring.javaformat.eclipse.tests
spring-javaformat-intellij/spring-javaformat-intellij-plugin
spring-javaformat-maven/spring-javaformat-maven-plugin/src/it
validate-gensource-exclude
validate-gensource-include
11 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/c
15
15
# ##########################################################
16
16
# JAVA
17
17
# ##########################################################
18
- JDK_URL=" https://github.com/AdoptOpenJDK/openjdk8 -binaries/releases/download/jdk8u212-b04/OpenJDK8U-jdk_x64_linux_hotspot_8u212b04 .tar.gz"
18
+ JDK_URL=" https://github.com/AdoptOpenJDK/openjdk11 -binaries/releases/download/jdk-11.0.9%2B11.1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9_11 .tar.gz"
19
19
20
20
mkdir -p /opt/openjdk
21
21
cd /opt/openjdk
Original file line number Diff line number Diff line change 178
178
<groupId >org.apache.maven.plugins</groupId >
179
179
<artifactId >maven-javadoc-plugin</artifactId >
180
180
<version >3.2.0</version >
181
+ <configuration >
182
+ <source >8</source >
183
+ </configuration >
181
184
</plugin >
182
185
<plugin >
183
186
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 26
26
<scope >runtime</scope >
27
27
</dependency >
28
28
</dependencies >
29
+ <build >
30
+ <plugins >
31
+ <plugin >
32
+ <groupId >org.apache.maven.plugins</groupId >
33
+ <artifactId >maven-javadoc-plugin</artifactId >
34
+ <configuration >
35
+ <skip >true</skip >
36
+ </configuration >
37
+ </plugin >
38
+ </plugins >
39
+ </build >
29
40
</project >
Original file line number Diff line number Diff line change 138
138
</resource >
139
139
</resources >
140
140
<plugins >
141
+ <plugin >
142
+ <groupId >org.apache.maven.plugins</groupId >
143
+ <artifactId >maven-javadoc-plugin</artifactId >
144
+ <configuration >
145
+ <skip >true</skip >
146
+ </configuration >
147
+ </plugin >
141
148
<plugin >
142
149
<groupId >org.apache.maven.plugins</groupId >
143
150
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 7
7
<version >0.0.1.BUILD-SNAPSHOT</version >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
+ <maven .compiler.source>1.8</maven .compiler.source>
11
+ <maven .compiler.target>1.8</maven .compiler.target>
10
12
</properties >
11
13
<build >
12
14
<plugins >
Original file line number Diff line number Diff line change 8
8
<version >0.0.1.BUILD-SNAPSHOT</version >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
+ <maven .compiler.source>1.8</maven .compiler.source>
12
+ <maven .compiler.target>1.8</maven .compiler.target>
11
13
</properties >
12
14
<build >
13
15
<plugins >
Original file line number Diff line number Diff line change 8
8
<version >0.0.1.BUILD-SNAPSHOT</version >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
+ <maven .compiler.source>1.8</maven .compiler.source>
12
+ <maven .compiler.target>1.8</maven .compiler.target>
11
13
</properties >
12
14
<build >
13
15
<plugins >
Original file line number Diff line number Diff line change 8
8
<version >0.0.1.BUILD-SNAPSHOT</version >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
+ <maven .compiler.source>1.8</maven .compiler.source>
12
+ <maven .compiler.target>1.8</maven .compiler.target>
11
13
</properties >
12
14
<build >
13
15
<plugins >
Original file line number Diff line number Diff line change 7
7
<version >0.0.1.BUILD-SNAPSHOT</version >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
+ <maven .compiler.source>1.8</maven .compiler.source>
11
+ <maven .compiler.target>1.8</maven .compiler.target>
10
12
</properties >
11
13
<build >
12
14
<plugins >
Original file line number Diff line number Diff line change 7
7
<version >0.0.1.BUILD-SNAPSHOT</version >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
+ <maven .compiler.source>1.8</maven .compiler.source>
11
+ <maven .compiler.target>1.8</maven .compiler.target>
10
12
</properties >
11
13
<build >
12
14
<plugins >
Original file line number Diff line number Diff line change 156
156
<configuration >
157
157
<includeDependency >false</includeDependency >
158
158
<libs >
159
- <lib >${java.home} /lib/rt.jar</lib >
160
- <lib >${java.home} /lib/jsse.jar</lib >
159
+ <lib >${java.home} /jmods</lib >
161
160
</libs >
162
161
<options >
163
162
<option >-dontobfuscate</option >
You can’t perform that action at this time.
0 commit comments