Skip to content

Commit

Permalink
Fix format violations
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 13, 2024
1 parent 24bdf25 commit 870a742
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,11 +627,9 @@
<forkCount>1C</forkCount>
<reuseForks>false</reuseForks>
<runOrder>random</runOrder>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
<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
</argLine>
--add-opens java.base/java.net=ALL-UNNAMED</argLine>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
Expand Down

0 comments on commit 870a742

Please sign in to comment.