Skip to content

Commit b0c5c3c

Browse files
committed
Add workaround for Sonatype staging plugin that won't be fixed for newer Java versions.
Closes #2494
1 parent ae0462b commit b0c5c3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .mvn/jvm.config

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
99
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
1010
--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

Comments
 (0)