Skip to content

Commit

Permalink
Remove now unncessary --add-opens arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Nov 15, 2022
1 parent 3609b9f commit b9b6227
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,15 +436,9 @@
<configuration>
<argLine>
--enable-preview
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang.invoke=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.base/java.nio=ALL-UNNAMED
--add-opens java.base/java.time=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.base/sun.util.calendar=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit b9b6227

Please sign in to comment.