We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jacoco:prepare-agent
java17
java21
1 parent 119b4e8 commit 1819600Copy full SHA for 1819600
pom.xml
@@ -399,7 +399,7 @@
399
<groupId>org.apache.maven.plugins</groupId>
400
<artifactId>maven-surefire-plugin</artifactId>
401
<configuration>
402
- <argLine>--add-opens=java.base/java.util=ALL-UNNAMED</argLine>
+ <argLine>@{argLine} --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
403
</configuration>
404
<executions>
405
<execution>
@@ -463,7 +463,7 @@
463
464
465
466
467
468
</plugin>
469
</plugins>
0 commit comments