Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Oct 14, 2024
1 parent fd9041e commit b14d802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,8 @@
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED</argLine>
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/sun.reflect=ALL-UNNAMED</argLine>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
<pax.exam.waitTimeout>600000</pax.exam.waitTimeout>
Expand Down

0 comments on commit b14d802

Please sign in to comment.