Skip to content

Commit

Permalink
updated to gradle 1.7-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pniederw committed Jul 4, 2013
1 parent 65cf194 commit 62ade0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions build.gradle
@@ -1,21 +1,20 @@
apply plugin: "scala"
apply plugin: "idea"
apply plugin: "eclipse"
apply plugin: "maven"

version = "0.9"
group = "org.expecty"

repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

configurations {
provided
}

dependencies {
scalaTools "org.scala-lang:scala-compiler:2.10.0"
compile "org.scala-lang:scala-library:2.10.0"
provided "org.scala-lang:scala-reflect:2.10.0"

Expand Down Expand Up @@ -67,6 +66,6 @@ artifacts {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.3"
gradleVersion = "1.7-rc-1"
}

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sat Dec 15 20:12:15 CET 2012
#Fri Jul 05 01:10:58 CEST 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.3-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-rc-1-bin.zip
4 changes: 2 additions & 2 deletions gradlew
Expand Up @@ -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

Expand Down

0 comments on commit 62ade0c

Please sign in to comment.