Fix jdk module not exported to unnamed issue

This commit is contained in:
aboyko
2023-10-11 23:39:23 -04:00
parent c614dc41c9
commit 4a02485649
2 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
Args = --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
-H:+AllowJRTFileSystem \
-Dcom.sun.net.ssl.checkRevocation=false