Skip to content

Commit

Permalink
remove unneeded --add-opens
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Nov 14, 2023
1 parent 8bde9eb commit 495d803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@
${surefireArgLine},
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED,
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED,
--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED,
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED,
</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit 495d803

Please sign in to comment.