Skip to content

Commit 2a16c95

Browse files
committed
Upgraded Gradle to 1.5
1 parent 4a822d5 commit 2a16c95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tasks.withType(ScalaCompile) {
5151

5252
task wrapper(type: Wrapper) {
5353
description = 'Generates gradlew[.bat] scripts'
54-
gradleVersion = '1.4'
54+
gradleVersion = '1.5'
5555
}
5656

5757
buildscript {

gradle/wrapper/gradle-wrapper.jar

7 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Jan 28 12:30:50 CET 2013
1+
#Tue Apr 02 11:08:57 CEST 2013
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.4-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.5-bin.zip

0 commit comments

Comments
 (0)