[ https://issues.apache.org/jira/browse/GEODE-5848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Owen Nichols resolved GEODE-5848. --------------------------------- Resolution: Fixed > 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 > Priority: Major > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > 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)