updated Gradle wrapper and Groovy version
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// mandatory dependencies for using Spock
|
||||
groovy "org.codehaus.groovy:groovy-all:2.0.0"
|
||||
groovy "org.codehaus.groovy:groovy-all:2.0.4"
|
||||
testCompile "org.spockframework:spock-core:0.7-groovy-2.0-SNAPSHOT"
|
||||
|
||||
// optional dependencies for using Spock
|
||||
@@ -37,6 +37,6 @@ task collectJars(type: Copy) {
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = "1.1"
|
||||
gradleVersion = "1.2"
|
||||
}
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
+2
-2
@@ -1,6 +1,6 @@
|
||||
#Sat Aug 04 14:40:22 EDT 2012
|
||||
#Mon Sep 24 19:54:33 CEST 2012
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user