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 1f0e77e commit c087244Copy full SHA for c087244
buildSrc/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'groovy'
2
3
dependencies {
4
- testCompile('org.spockframework:spock-core:1.0-groovy-2.3') {
+ testCompile('org.spockframework:spock-core:1.0-groovy-2.4') {
5
exclude module: 'groovy-all'
6
}
7
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip
0 commit comments