We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b868f commit 3354664Copy full SHA for 3354664
.mvn/jvm.config
@@ -8,3 +8,7 @@
8
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
9
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
10
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
11
+--add-opens=java.base/java.util=ALL-UNNAMED
12
+--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
13
+--add-opens=java.base/java.text=ALL-UNNAMED
14
+--add-opens=java.desktop/java.awt.font=ALL-UNNAMED
0 commit comments