File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 392
392
<release >17</release >
393
393
<compilerArgs >
394
394
<arg >-parameters</arg >
395
- <arg >--add-opens=java.base/java.lang=ALL-UNNAMED</arg >
396
395
<arg >--add-opens=java.base/java.util=ALL-UNNAMED</arg >
397
396
</compilerArgs >
398
397
</configuration >
401
400
<groupId >org.apache.maven.plugins</groupId >
402
401
<artifactId >maven-surefire-plugin</artifactId >
403
402
<configuration >
404
- <argLine >--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java. util=ALL-UNNAMED</argLine >
403
+ <argLine >--add-opens=java.base/java.util=ALL-UNNAMED</argLine >
405
404
</configuration >
406
405
<executions >
407
406
<execution >
458
457
<release >21</release >
459
458
<compilerArgs >
460
459
<arg >-parameters</arg >
461
- <arg >--add-opens=java.base/java.lang=ALL-UNNAMED</arg >
462
460
<arg >--add-opens=java.base/java.util=ALL-UNNAMED</arg >
463
461
</compilerArgs >
464
462
</configuration >
467
465
<groupId >org.apache.maven.plugins</groupId >
468
466
<artifactId >maven-surefire-plugin</artifactId >
469
467
<configuration >
470
- <argLine >--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java. util=ALL-UNNAMED</argLine >
468
+ <argLine >--add-opens=java.base/java.util=ALL-UNNAMED</argLine >
471
469
</configuration >
472
470
</plugin >
473
471
</plugins >
You can’t perform that action at this time.
0 commit comments