You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/09/13 01:32:35 UTC

[4/4] groovy git commit: jdk11 fix

jdk11 fix


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/da5a042c
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/da5a042c
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/da5a042c

Branch: refs/heads/GROOVY_2_5_X
Commit: da5a042cf780a8b32c5f65aedee63e9e6e440683
Parents: 9735266
Author: Paul King <pa...@asert.com.au>
Authored: Thu Sep 13 10:56:24 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu Sep 13 10:56:24 2018 +1000

----------------------------------------------------------------------
 .../groovy/runtime/m12n/ExtensionModuleHelperForTests.groovy     | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/da5a042c/src/test/org/codehaus/groovy/runtime/m12n/ExtensionModuleHelperForTests.groovy
----------------------------------------------------------------------
diff --git a/src/test/org/codehaus/groovy/runtime/m12n/ExtensionModuleHelperForTests.groovy b/src/test/org/codehaus/groovy/runtime/m12n/ExtensionModuleHelperForTests.groovy
index 1fc9761..caba115 100644
--- a/src/test/org/codehaus/groovy/runtime/m12n/ExtensionModuleHelperForTests.groovy
+++ b/src/test/org/codehaus/groovy/runtime/m12n/ExtensionModuleHelperForTests.groovy
@@ -62,10 +62,6 @@ class ExtensionModuleHelperForTests {
                             pathelement location: it
                         }
                     }
-                    if (jdk9) {
-                        jvmarg(value: '--add-modules')
-                        jvmarg(value: 'java.xml.bind')
-                    }
                 }
             }
         } finally {