File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 143
143
<configuration >
144
144
<source >8</source >
145
145
<target >8</target >
146
- <compilerArgs >
147
- <arg >-proc:full</arg >
148
- </compilerArgs >
149
146
</configuration >
150
147
</plugin >
151
148
<plugin >
254
251
255
252
<profiles >
256
253
<profile >
257
- <id >jpms11 </id >
254
+ <id >java11 </id >
258
255
<activation >
259
256
<jdk >11</jdk >
260
257
</activation >
271
268
</build >
272
269
</profile >
273
270
<profile >
274
- <id >jpms </id >
271
+ <id >java17+ </id >
275
272
<activation >
276
273
<jdk >[17,)</jdk >
277
274
</activation >
278
275
<build >
279
276
<plugins >
277
+ <plugin >
278
+ <artifactId >maven-compiler-plugin</artifactId >
279
+ <configuration >
280
+ <compilerArgs >
281
+ <arg >-proc:full</arg >
282
+ </compilerArgs >
283
+ </configuration >
284
+ </plugin >
280
285
<plugin >
281
286
<groupId >org.apache.maven.plugins</groupId >
282
287
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments