File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 218
218
</profile >
219
219
<!-- 07-Dec-2021, tatu: This is a huge mess, sorry folks... -->
220
220
<profile >
221
- <!-- Build Record tests using Java 14 if JDK is available -->
222
- <id >java14-15</id >
221
+ <id >java14</id >
223
222
<activation >
224
- <jdk >[14,15] </jdk >
223
+ <jdk >14 </jdk >
225
224
</activation >
226
225
<build >
227
226
<plugins >
269
268
</build >
270
269
</profile >
271
270
<profile >
272
- <!-- And different set up for JDK 16+ -->
273
- <id >java16+ </id >
271
+ <!-- And different set up for JDK 17 -->
272
+ <id >java17 </id >
274
273
<activation >
275
- <jdk >[16,) </jdk >
274
+ <jdk >17 </jdk >
276
275
</activation >
277
276
<build >
278
277
<plugins >
301
300
<configuration >
302
301
<optimize >true</optimize >
303
302
<!-- Enable Java 17 for all sources so that Intellij picks the right language level -->
304
- <source >16 </source >
305
- <release >16 </release >
303
+ <source >17 </source >
304
+ <release >17 </release >
306
305
<compilerArgs >
307
306
<arg >-parameters</arg >
308
307
</compilerArgs >
You can’t perform that action at this time.
0 commit comments