Skip to content

Commit f4990ee

Browse files
committed
Downgrade to Gradle 2.14
Neither Bamboo (Artifactory Gradle), nor Spring IO plugin supports Gradle 3.x
1 parent 9a13e41 commit f4990ee

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Sep 09 09:39:49 EDT 2016
1+
#Wed Sep 21 17:15:24 EDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip

spring-integration-zip/gradlew

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,4 @@ function splitJvmOpts() {
161161
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
162162
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
163163

164-
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
165-
if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
166-
cd "$(dirname "$0")"
167-
fi
168-
169164
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"

spring-integration-zip/gradlew.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ goto fail
4949
@rem Get command-line arguments, handling Windows variants
5050

5151
if not "%OS%" == "Windows_NT" goto win9xME_args
52+
if "%@eval[2+2]" == "4" goto 4NT_args
5253

5354
:win9xME_args
5455
@rem Slurp the command line arguments.
@@ -59,6 +60,11 @@ set _SKIP=2
5960
if "x%~1" == "x" goto execute
6061

6162
set CMD_LINE_ARGS=%*
63+
goto execute
64+
65+
:4NT_args
66+
@rem Get arguments from the 4NT Shell from JP Software
67+
set CMD_LINE_ARGS=%$
6268

6369
:execute
6470
@rem Setup the command line

0 commit comments

Comments
 (0)