upgrade to gradle 1.2

This commit is contained in:
Costin Leau
2012-10-10 21:01:22 +03:00
parent 311aa567aa
commit b84d1dde18
4 changed files with 5 additions and 5 deletions

View File

@@ -206,7 +206,7 @@ artifacts {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.0'
gradleVersion = '1.2'
}
assemble.dependsOn = ['jar', 'sourcesJar']

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Tue Jun 12 09:58:54 EEST 2012
#Wed Oct 10 20:59:12 EEST 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip

4
gradlew vendored
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##############################################################################
##
@@ -101,7 +101,7 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
warn "Could not set maximum file descriptor limit: $MAX_FD"
fi
else
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT"
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
fi
fi