diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-02-03 21:11:29 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-02-03 21:11:29 +0100 |
commit | 6548ab7ecc31359d6a674c6078130569a0c849ab (patch) | |
tree | ea8291e9bfcad96aaf28ab0f2031e94b83711b08 /.mvn | |
parent | 8090924af3cac443415bf0790cfd6dc71a9b2f4e (diff) |
Add .mvn/jvm.config.
Change-Id: I47be44ffc63b5695ba31f943639ba0b1daf7b16d
Diffstat (limited to '.mvn')
-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 |