We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c21972 + e5f0c93 commit 577eb3dCopy full SHA for 577eb3d
test-project-groovy/build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion"
31
testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion"
32
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion"
33
- testImplementation("org.spockframework:spock-core:2.0-M5-groovy-3.0") {
+ testImplementation("org.spockframework:spock-core:2.4-M1-groovy-3.0") {
34
exclude module: 'groovy-nio'
35
exclude module: 'groovy-test'
36
exclude module: 'groovy-xml'
0 commit comments