Skip to content

Commit

Permalink
Improve compilerArgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardladenthin committed Mar 28, 2024
1 parent b70a291 commit d3c6f51
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,20 @@
<source>21</source>
<target>21</target>
<compilerArgs>
<arg>--add-exports</arg>
<arg>java.base/java.lang=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>java.base/java.io=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>java.base/java.nio=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>java.base/sun.nio.ch=ALL-UNNAMED</arg>
<arg>java.base/jdk.internal.ref=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>java.base/jdk.internal.misc=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>java.base/jdk.internal.ref=ALL-UNNAMED</arg>
<arg>java.base/sun.nio.ch=ALL-UNNAMED</arg>
<arg>--add-exports</arg>
<arg>jdk.management/com.sun.management.internal=ALL-UNNAMED</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit d3c6f51

Please sign in to comment.