Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 412c182ee -> f29d5c31b


fix for JDK11


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

Branch: refs/heads/GROOVY_2_5_X
Commit: f29d5c31b3311731354a196f6ea0353b042a4b1c
Parents: 412c182
Author: Paul King <pa...@asert.com.au>
Authored: Sun Oct 14 10:27:28 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Oct 14 13:07:09 2018 +1000

----------------------------------------------------------------------
 subprojects/groovy-test/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/f29d5c31/subprojects/groovy-test/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/groovy-test/build.gradle 
b/subprojects/groovy-test/build.gradle
index 9a68ebc..c0a8bdd 100644
--- a/subprojects/groovy-test/build.gradle
+++ b/subprojects/groovy-test/build.gradle
@@ -21,8 +21,9 @@ dependencies {
     compile 'junit:junit:4.12'
     // groovy-ant needed for FileNameFinder used in AllTestSuite and 
JavadocAssertionTestSuite
     testRuntime(project(':groovy-ant')) {
-        transitive = false
+        transitive = false // bring in just what we need below
     }
+    testRuntime "org.apache.ant:ant-launcher:$antVersion"
 }
 
 apply from: "${rootProject.projectDir}/gradle/jacoco/jacocofix.gradle"

Reply via email to