Upgrade to Gradle 1.2

This commit is contained in:
Rob Winch 2012-09-21 14:19:24 -05:00
parent 0a2fa03160
commit 9e35e4aab4
4 changed files with 4 additions and 4 deletions

View File

@ -75,5 +75,5 @@ artifacts {
apply from: "$rootDir/gradle/ide-integration.gradle"
task wrapper(type: Wrapper) {
gradleVersion = '1.1'
gradleVersion = '1.2'
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Tue Sep 04 09:49:10 CDT 2012
#Fri Sep 21 14:16:44 CDT 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip

2
gradlew vendored
View File

@ -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