Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 49a89ce

Browse files
committed
Added dependency
junit-platform-runner junit-jupiter-engine
1 parent a47c62a commit 49a89ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ subprojects { project ->
9696
testCompile "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
9797
testCompile("org.spockframework:spock-core:$spockVersion") { transitive = false}
9898
testCompile "org.junit.jupiter:junit-jupiter-api:5.6.0"
99+
testCompile "org.junit.platform:junit-platform-runner:1.6.0"
100+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0"
99101
}
100102

101103
apply from: "${rootProject.projectDir}/gradle/testVerbose.gradle"
@@ -200,6 +202,8 @@ subprojects { project ->
200202
testCompile "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
201203
testCompile("org.spockframework:spock-core:$spockVersion") { transitive = false}
202204
testCompile "org.junit.jupiter:junit-jupiter-api:5.6.0"
205+
testCompile "org.junit.platform:junit-platform-runner:1.6.0"
206+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0"
203207
documentation "info.picocli:picocli:$picocliVersion"
204208
}
205209

0 commit comments

Comments
 (0)