File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
sources/test/init-scripts Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ repositories {
1414
1515dependencies {
1616 testImplementation gradleTestKit()
17- testImplementation ' org.spockframework:spock-core:2.3-groovy-3 .0'
18- testImplementation(' org.spockframework:spock-junit4:2.3-groovy-3 .0' )
17+ testImplementation ' org.spockframework:spock-core:2.3-groovy-4 .0'
18+ testImplementation(' org.spockframework:spock-junit4:2.3-groovy-4 .0' )
1919
2020 testImplementation (' io.ratpack:ratpack-groovy-test:1.9.0' ) {
2121 exclude group : ' org.codehaus.groovy' , module : ' groovy-all'
2222 }
2323 testImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.19.2'
24+
25+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2426}
2527
2628test {
You can’t perform that action at this time.
0 commit comments