Repository: groovy
Updated Branches:
  refs/heads/master 7170aa505 -> c6c375334


use correct dependency for junit5


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

Branch: refs/heads/master
Commit: c6c37533466ee2fa35d1545630036536feb526bb
Parents: 7170aa5
Author: Paul King <pa...@asert.com.au>
Authored: Thu Nov 1 14:38:22 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu Nov 1 14:38:22 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/c6c37533/subprojects/groovy-test-junit5/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/groovy-test-junit5/build.gradle 
b/subprojects/groovy-test-junit5/build.gradle
index 12d134e..c5da6b0 100644
--- a/subprojects/groovy-test-junit5/build.gradle
+++ b/subprojects/groovy-test-junit5/build.gradle
@@ -26,8 +26,8 @@ dependencies {
     compile "org.junit.platform:junit-platform-launcher:$junit5PlatformVersion"
     runtime "org.junit.jupiter:junit-jupiter-engine:$junit5Version"
     testCompile "org.junit.jupiter:junit-jupiter-params:$junit5Version"
+    testRuntime 
"org.junit.platform:junit-platform-engine:$junit5PlatformVersion"
     testRuntime 
"org.junit.platform:junit-platform-runner:$junit5PlatformVersion"
-    testRuntime "org.junit.vintage:junit-vintage-engine:$junit5Version"
     testCompile project(':groovy-test')
 }
 

Reply via email to