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