Skip to content

Commit

Permalink
remove parameter causing "Ignoring option --illegal-access=permit; su…
Browse files Browse the repository at this point in the history
…pport was removed in 17.0"
  • Loading branch information
stephanr committed Jun 7, 2024
1 parent c7e1918 commit cce66eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<version>3.2.2</version>
<configuration>
<!-- Travis build workaround -->
<argLine>-Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xms1024m -Xmx2048m --illegal-access=permit
<argLine>-Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xms1024m -Xmx2048m
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
Expand Down

0 comments on commit cce66eb

Please sign in to comment.