We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e65128 commit d7e674fCopy full SHA for d7e674f
1 file changed
sources/test/init-scripts/build.gradle
@@ -14,13 +14,15 @@ repositories {
14
15
dependencies {
16
testImplementation gradleTestKit()
17
- testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
18
- testImplementation('org.spockframework:spock-junit4:2.3-groovy-3.0')
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
+ testImplementation('org.spockframework:spock-junit4:2.3-groovy-4.0')
19
20
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
21
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
22
}
23
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.19.2'
24
+
25
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
26
27
28
test {
0 commit comments