Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
While we continue to discuss possible ways to make this unnecessary, for now this is the shortest path to getting the Java 11 jobs in the pipeline green.
Need to add the following around line 225 of grade/test.gradle:
jvmArgs += ["--add-opens", "java.xml/jdk.xml.internal=ALL-UNNAMED"]
jvmArgs += ["--add-opens", "java.base/jdk.internal.module=ALL-UNNAMED"]
jvmArgs += ["--add-opens", "java.base/java.lang.module=ALL-UNNAMED"]
Attachments
Issue Links
- links to