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 5084a2d commit f00c3a0Copy full SHA for f00c3a0
build.gradle
@@ -16,7 +16,7 @@ repositories {
16
17
dependencies {
18
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
19
- testImplementation ('org.spockframework:spock-core:2.3-groovy-4.0') {
+ testImplementation ('org.spockframework:spock-core:2.3-groovy-3.0') {
20
exclude group:'org.codehaus.groovy'
21
}
22
0 commit comments