INTEXT-26 - Upgrade build to Gradle 1.2

For reference see: https://jira.springsource.org/browse/INTEXT-26
This commit is contained in:
Gunnar Hillert
2012-11-08 10:28:05 -05:00
parent 8e1c82d52b
commit 4d5b5e77b3
4 changed files with 8 additions and 8 deletions

View File

@@ -23,11 +23,11 @@ targetCompatibility=1.6
ext {
easymockVersion = '2.3'
junitVersion = '4.8.2'
junitVersion = '4.10'
log4jVersion = '1.2.12'
mockitoVersion = '1.9.0'
springVersion = '3.1.2.RELEASE'
springIntegrationVersion = '2.1.2.RELEASE'
springVersion = '3.1.3.RELEASE'
springIntegrationVersion = '2.2.0.RC2'
}
eclipse {
@@ -252,5 +252,5 @@ task dist(dependsOn: assemble) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.0'
gradleVersion = '1.2'
}

View File

@@ -1,6 +1,6 @@
#Thu Aug 16 15:00:23 EDT 2012
#Thu Nov 08 09:58:34 EST 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

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