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 a919823 commit 0e0da0bCopy full SHA for 0e0da0b
build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
implementation gradleApi()
24
implementation 'org.yaml:snakeyaml:1.29'
25
testImplementation gradleTestKit()
26
- testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
+ testImplementation 'org.spockframework:spock-core:2.0-groovy-2.5'
27
}
28
29
test {
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments