Skip to content

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyong-lee-dev committed Apr 29, 2024
1 parent 675e61c commit d1cc777
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3654,20 +3654,20 @@
<artifactId>scala-maven-plugin</artifactId>
<configuration>
<args>
<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.lang.invoke=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.lang.reflect=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.io=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.net=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.nio=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.util.concurrent=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/sun.nio.ch=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/sun.nio.cs=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/sun.security.action=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/sun.util.calendar=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.lang=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.lang.invoke=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.lang.reflect=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.io=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.net=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.nio=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.util=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.util.concurrent=ALL-UNNAMED</arg>
<arg>--add-exports java.base/java.util.concurrent.atomic=ALL-UNNAMED</arg>
<arg>--add-exports java.base/jdk.internal.ref=ALL-UNNAMED</arg>
<arg>--add-exports java.base/sun.nio.ch=ALL-UNNAMED</arg>
<arg>--add-exports java.base/sun.nio.cs=ALL-UNNAMED</arg>
<arg>--add-exports java.base/sun.security.action=ALL-UNNAMED</arg>
<arg>--add-exports java.base/sun.util.calendar=ALL-UNNAMED</arg>
<arg>-unchecked</arg>
<arg>-deprecation</arg>
<arg>-feature</arg>
Expand Down

0 comments on commit d1cc777

Please sign in to comment.