File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 48
48
uses : actions/setup-java@v4
49
49
with :
50
50
distribution : temurin
51
- java-version : 8
51
+ java-version : 17
52
52
java-package : jdk
53
53
architecture : x64
54
54
cache : maven
97
97
uses : actions/setup-java@v4
98
98
with :
99
99
distribution : temurin
100
- java-version : 8
100
+ java-version : 17
101
101
java-package : jdk
102
102
architecture : x64
103
103
cache : maven
Original file line number Diff line number Diff line change 1
- 1.8
1
+ 17
Original file line number Diff line number Diff line change 179
179
<version >${maven-compiler-plugin.version} </version >
180
180
<configuration >
181
181
<source >${java.version} </source >
182
+ <release >${java.version} </release >
182
183
<target >${java.version} </target >
183
184
<showWarnings >true</showWarnings >
184
185
<!-- "fork" needs be enabled to make "compilerArgs" take effect. -->
190
191
<arg >-Xlint:-processing</arg >
191
192
<arg >-Xlint:-serial</arg >
192
193
</compilerArgs >
194
+ <showDeprecation >true</showDeprecation >
193
195
<annotationProcessorPaths >
194
196
<path >
195
197
<groupId >org.apache.logging.log4j</groupId >
216
218
<version >[3.2.0,4)</version >
217
219
</requireMavenVersion >
218
220
<requireJavaVersion >
219
- <version >[1.8.0,9 )</version >
221
+ <version >[17,18 )</version >
220
222
</requireJavaVersion >
221
223
</rules >
222
224
</configuration >
260
262
</goals >
261
263
</execution >
262
264
<execution >
263
- <id >flatten. clean</id >
265
+ <id >clean-flattened </id >
264
266
<phase >clean</phase >
265
267
<goals >
266
268
<goal >clean</goal >
You can’t perform that action at this time.
0 commit comments