INT-2985 - Upgrade to Gradle 1.5

This commit is contained in:
Gunnar Hillert
2013-04-11 16:02:24 -04:00
parent 7e8035acd2
commit 51149184e8
3 changed files with 5 additions and 5 deletions

View File

@@ -763,5 +763,5 @@ task dist(dependsOn: assemble) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.4'
gradleVersion = '1.5'
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Wed Jan 30 11:22:59 EET 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
#Thu Apr 11 15:10:59 EDT 2013
zipStoreBase=GRADLE_USER_HOME
distributionUrl=http\://services.gradle.org/distributions/gradle-1.5-bin.zip
distributionPath=wrapper/dists
distributionBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.4-bin.zip