Permalink
Browse files
Update wrappers to latest snapshot distro
- Loading branch information...
|
|
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME |
|
|
distributionPath=wrapper/dists
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
zipStorePath=wrapper/dists
|
|
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-milestone-2-all.zip
|
|
|
+distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.0.0-20160707200712+0000-all.zip
|
|
|
@@ -161,4 +161,9 @@ function splitJvmOpts() { |
|
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
|
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
|
|
|
|
|
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
|
|
+if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
|
|
|
+ cd "$(dirname "$0")"
|
|
|
+fi
|
|
|
+
|
|
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
|
|
@@ -49,7 +49,6 @@ goto fail |
|
|
@rem Get command-line arguments, handling Windows variants
|
|
|
|
|
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
|
-if "%@eval[2+2]" == "4" goto 4NT_args
|
|
|
|
|
|
:win9xME_args
|
|
|
@rem Slurp the command line arguments.
|
|
|
@@ -60,11 +59,6 @@ set _SKIP=2 |
|
|
if "x%~1" == "x" goto execute
|
|
|
|
|
|
set CMD_LINE_ARGS=%*
|
|
|
-goto execute
|
|
|
-
|
|
|
-:4NT_args
|
|
|
-@rem Get arguments from the 4NT Shell from JP Software
|
|
|
-set CMD_LINE_ARGS=%$
|
|
|
|
|
|
:execute
|
|
|
@rem Setup the command line
|
|
|
|
|
|
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME |
|
|
distributionPath=wrapper/dists
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
zipStorePath=wrapper/dists
|
|
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-milestone-2-all.zip
|
|
|
+distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.0.0-20160707200712+0000-all.zip
|
|
|
@@ -161,4 +161,9 @@ function splitJvmOpts() { |
|
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
|
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
|
|
|
|
|
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
|
|
+if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
|
|
|
+ cd "$(dirname "$0")"
|
|
|
+fi
|
|
|
+
|
|
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
|
|
@@ -49,7 +49,6 @@ goto fail |
|
|
@rem Get command-line arguments, handling Windows variants
|
|
|
|
|
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
|
-if "%@eval[2+2]" == "4" goto 4NT_args
|
|
|
|
|
|
:win9xME_args
|
|
|
@rem Slurp the command line arguments.
|
|
|
@@ -60,11 +59,6 @@ set _SKIP=2 |
|
|
if "x%~1" == "x" goto execute
|
|
|
|
|
|
set CMD_LINE_ARGS=%*
|
|
|
-goto execute
|
|
|
-
|
|
|
-:4NT_args
|
|
|
-@rem Get arguments from the 4NT Shell from JP Software
|
|
|
-set CMD_LINE_ARGS=%$
|
|
|
|
|
|
:execute
|
|
|
@rem Setup the command line
|
|
|
|
|
|
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME |
|
|
distributionPath=wrapper/dists
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
zipStorePath=wrapper/dists
|
|
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-milestone-2-all.zip
|
|
|
+distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.0.0-20160707200712+0000-all.zip
|
|
|
@@ -161,4 +161,9 @@ function splitJvmOpts() { |
|
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
|
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
|
|
|
|
|
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
|
|
+if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
|
|
|
+ cd "$(dirname "$0")"
|
|
|
+fi
|
|
|
+
|
|
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
|
|
@@ -49,7 +49,6 @@ goto fail |
|
|
@rem Get command-line arguments, handling Windows variants
|
|
|
|
|
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
|
-if "%@eval[2+2]" == "4" goto 4NT_args
|
|
|
|
|
|
:win9xME_args
|
|
|
@rem Slurp the command line arguments.
|
|
|
@@ -60,11 +59,6 @@ set _SKIP=2 |
|
|
if "x%~1" == "x" goto execute
|
|
|
|
|
|
set CMD_LINE_ARGS=%*
|
|
|
-goto execute
|
|
|
-
|
|
|
-:4NT_args
|
|
|
-@rem Get arguments from the 4NT Shell from JP Software
|
|
|
-set CMD_LINE_ARGS=%$
|
|
|
|
|
|
:execute
|
|
|
@rem Setup the command line
|
|
|
|
|
|
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME |
|
|
distributionPath=wrapper/dists
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
zipStorePath=wrapper/dists
|
|
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-milestone-2-all.zip
|
|
|
+distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.0.0-20160707200712+0000-all.zip
|
|
|
@@ -161,4 +161,9 @@ function splitJvmOpts() { |
|
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
|
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
|
|
|
|
|
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
|
|
+if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
|
|
|
+ cd "$(dirname "$0")"
|
|
|
+fi
|
|
|
+
|
|
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
|
|
@@ -49,7 +49,6 @@ goto fail |
|
|
@rem Get command-line arguments, handling Windows variants
|
|
|
|
|
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
|
-if "%@eval[2+2]" == "4" goto 4NT_args
|
|
|
|
|
|
:win9xME_args
|
|
|
@rem Slurp the command line arguments.
|
|
|
@@ -60,11 +59,6 @@ set _SKIP=2 |
|
|
if "x%~1" == "x" goto execute
|
|
|
|
|
|
set CMD_LINE_ARGS=%*
|
|
|
-goto execute
|
|
|
-
|
|
|
-:4NT_args
|
|
|
-@rem Get arguments from the 4NT Shell from JP Software
|
|
|
-set CMD_LINE_ARGS=%$
|
|
|
|
|
|
:execute
|
|
|
@rem Setup the command line
|
|
|
|
|
|
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME |
|
|
distributionPath=wrapper/dists
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
zipStorePath=wrapper/dists
|
|
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-milestone-2-all.zip
|
|
|
+distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.0.0-20160707200712+0000-all.zip
|
|
|
@@ -161,4 +161,9 @@ function splitJvmOpts() { |
|
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
|
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
|
|
|
|
|
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
|
|
+if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
|
|
|
+ cd "$(dirname "$0")"
|
|
|
+fi
|
|
|
+
|
|
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
|
|
@@ -49,7 +49,6 @@ goto fail |
|
|
@rem Get command-line arguments, handling Windows variants
|
|
|
|
|
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
|
-if "%@eval[2+2]" == "4" goto 4NT_args
|
|
|
|
|
|
:win9xME_args
|
|
|
@rem Slurp the command line arguments.
|
|
|
@@ -60,11 +59,6 @@ set _SKIP=2 |
|
|
if "x%~1" == "x" goto execute
|
|
|
|
|
|
set CMD_LINE_ARGS=%*
|
|
|
-goto execute
|
|
|
-
|
|
|
-:4NT_args
|
|
|
-@rem Get arguments from the 4NT Shell from JP Software
|
|
|
-set CMD_LINE_ARGS=%$
|
|
|
|
|
|
:execute
|
|
|
@rem Setup the command line
|
|
|
|
|
|
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME |
|
|
distributionPath=wrapper/dists
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
zipStorePath=wrapper/dists
|
|
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-milestone-2-all.zip
|
|
|
+distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.0.0-20160707200712+0000-all.zip
|
|
|
@@ -161,4 +161,9 @@ function splitJvmOpts() { |
|
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
|
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
|
|
|
|
|
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
|
|
+if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
|
|
|
+ cd "$(dirname "$0")"
|
|
|
+fi
|
|
|
+
|
|
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
|
|
@@ -49,7 +49,6 @@ goto fail |
|
|
@rem Get command-line arguments, handling Windows variants
|
|
|
|
|
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
|
-if "%@eval[2+2]" == "4" goto 4NT_args
|
|
|
|
|
|
:win9xME_args
|
|
|
@rem Slurp the command line arguments.
|
|
|
@@ -60,11 +59,6 @@ set _SKIP=2 |
|
|
if "x%~1" == "x" goto execute
|
|
|
|
|
|
set CMD_LINE_ARGS=%*
|
|
|
-goto execute
|
|
|
-
|
|
|
-:4NT_args
|
|
|
-@rem Get arguments from the 4NT Shell from JP Software
|
|
|
-set CMD_LINE_ARGS=%$
|
|
|
|
|
|
:execute
|
|
|
@rem Setup the command line
|
|
|
|
|
|
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME |
|
|
distributionPath=wrapper/dists
|
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
|
zipStorePath=wrapper/dists
|
|
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-milestone-2-all.zip
|
|
|
+distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.0.0-20160707200712+0000-all.zip
|
|
|
@@ -161,4 +161,9 @@ function splitJvmOpts() { |
|
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
|
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
|
|
|
|
|
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
|
|
+if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
|
|
|
+ cd "$(dirname "$0")"
|
|
|
+fi
|
|
|
+
|
|
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
|
|
@@ -49,7 +49,6 @@ goto fail |
|
|
@rem Get command-line arguments, handling Windows variants
|
|
|
|
|
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
|
-if "%@eval[2+2]" == "4" goto 4NT_args
|
|
|
|
|
|
:win9xME_args
|
|
|
@rem Slurp the command line arguments.
|
|
|
@@ -60,11 +59,6 @@ set _SKIP=2 |
|
|
if "x%~1" == "x" goto execute
|
|
|
|
|
|
set CMD_LINE_ARGS=%*
|
|
|
-goto execute
|
|
|
-
|
|
|
-:4NT_args
|
|
|
-@rem Get arguments from the 4NT Shell from JP Software
|
|
|
-set CMD_LINE_ARGS=%$
|
|
|
|
|
|
:execute
|
|
|
@rem Setup the command line
|
|
|
|
0 comments on commit
01e4d49