diff options
-rw-r--r-- | .mvn/jvm.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000..319cfee --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED |