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.
1 parent 2852c58 commit e5f0c93Copy full SHA for e5f0c93
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.4-M1-groovy-4.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