Skip to content

Commit 4d5b5e7

Browse files
committed
INTEXT-26 - Upgrade build to Gradle 1.2
For reference see: https://jira.springsource.org/browse/INTEXT-26
1 parent 8e1c82d commit 4d5b5e7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

spring-integration-print/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ targetCompatibility=1.6
2323

2424
ext {
2525
easymockVersion = '2.3'
26-
junitVersion = '4.8.2'
26+
junitVersion = '4.10'
2727
log4jVersion = '1.2.12'
2828
mockitoVersion = '1.9.0'
29-
springVersion = '3.1.2.RELEASE'
30-
springIntegrationVersion = '2.1.2.RELEASE'
29+
springVersion = '3.1.3.RELEASE'
30+
springIntegrationVersion = '2.2.0.RC2'
3131
}
3232

3333
eclipse {
@@ -252,5 +252,5 @@ task dist(dependsOn: assemble) {
252252

253253
task wrapper(type: Wrapper) {
254254
description = 'Generates gradlew[.bat] scripts'
255-
gradleVersion = '1.0'
255+
gradleVersion = '1.2'
256256
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Aug 16 15:00:23 EDT 2012
1+
#Thu Nov 08 09:58:34 EST 2012
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.0-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip

spring-integration-print/gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
##############################################################################
44
##
@@ -101,7 +101,7 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
101101
warn "Could not set maximum file descriptor limit: $MAX_FD"
102102
fi
103103
else
104-
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT"
104+
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
105105
fi
106106
fi
107107

0 commit comments

Comments
 (0)