diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-12-18 10:39:30 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-12-18 10:39:30 +0100 |
commit | 8235756083016d5e1ef2bb54d05e2d1fe7c4bb38 (patch) | |
tree | fbad4a2fa90cbf612e12ac445f8461da605231af | |
parent | 8643a278abe9b721e5988a5b9f5498f9ba88da2a (diff) |
.mvn/jvm.config: Add workarounds for NEXUS-27902.
Change-Id: I7038a5200fe50bd4f66bb727a709e400d00ca11e
-rw-r--r-- | .mvn/jvm.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mvn/jvm.config b/.mvn/jvm.config index 5b7360a..319cfee 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -1 +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-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 |