File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 380
380
<activation >
381
381
<jdk >17</jdk >
382
382
</activation >
383
+ <properties >
384
+ <argLine >--add-opens=java.base/java.util=ALL-UNNAMED</argLine >
385
+ </properties >
383
386
<build >
384
387
<plugins >
385
388
<plugin >
417
420
<plugin >
418
421
<groupId >org.apache.maven.plugins</groupId >
419
422
<artifactId >maven-surefire-plugin</artifactId >
420
- <configuration >
421
- <argLine >@{argLine} --add-opens=java.base/java.util=ALL-UNNAMED</argLine >
422
- </configuration >
423
423
<executions >
424
424
<execution >
425
425
<id >type-pollution-test</id >
443
443
<activation >
444
444
<jdk >[21,)</jdk >
445
445
</activation >
446
+ <properties >
447
+ <argLine >--add-opens=java.base/java.util=ALL-UNNAMED</argLine >
448
+ </properties >
446
449
<build >
447
450
<plugins >
448
451
<plugin >
478
481
</compilerArgs >
479
482
</configuration >
480
483
</plugin >
481
- <plugin >
482
- <groupId >org.apache.maven.plugins</groupId >
483
- <artifactId >maven-surefire-plugin</artifactId >
484
- <configuration >
485
- <argLine >@{argLine} --add-opens=java.base/java.util=ALL-UNNAMED</argLine >
486
- </configuration >
487
- </plugin >
488
484
</plugins >
489
485
</build >
490
486
</profile >
You can’t perform that action at this time.
0 commit comments