Skip to content

Commit

Permalink
pom.xml: apply add-opens more generically
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMil committed Sep 20, 2024
1 parent 014adee commit 796fc93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
<excludedGroups>${testcase.groups.excluded}</excludedGroups>
<argLine>
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
</argLine>
</configuration>
<executions>
<execution>
Expand All @@ -319,10 +323,6 @@
<trimStackTrace>false</trimStackTrace>
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
<argLine>
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
</argLine>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 796fc93

Please sign in to comment.