updated gradle & groovy versions

This commit is contained in:
Peter Niederwieser
2013-07-06 00:21:30 +02:00
parent 1c26a489f1
commit 0d107189af
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ repositories {
dependencies {
// mandatory dependencies for using Spock
groovy "org.codehaus.groovy:groovy-all:2.0.5"
groovy "org.codehaus.groovy:groovy-all:2.1.5"
testCompile "org.spockframework:spock-core:1.0-groovy-2.0-SNAPSHOT"
// optional dependencies for using Spock
Binary file not shown.
+2 -2
View File
@@ -1,6 +1,6 @@
#Mon Sep 24 19:54:33 CEST 2012
#Fri Jul 05 23:20:47 CEST 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.3-bin.zip
Vendored
+2 -2
View File
@@ -61,9 +61,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/"
cd "`dirname \"$PRG\"`/" >&-
APP_HOME="`pwd -P`"
cd "$SAVED"
cd "$SAVED" >&-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+1 -1
View File
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.0.5</version>
<version>2.1.5</version>
</dependency>
</dependencies>
</plugin>