Owen Nichols created GEODE-5848:
-----------------------------------
Summary: conditionally add --add-opens to test.gradle if testing
on Java 11
Key: GEODE-5848
URL: https://issues.apache.org/jira/browse/GEODE-5848
Project: Geode
Issue Type: Sub-task
Components: ci
Reporter: Owen Nichols
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:
{quote}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"]
{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)