diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-21 01:31:39 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-21 01:31:39 +0100 |
| commit | 54b384556fce52a26f726d403b33dc3b45797199 (patch) | |
| tree | 9daa0cc9ff760158e0c6611a438d6c5d04562e26 /gradlew | |
| parent | d17dc7e298c7e8e3d7d0536fdb479e62a372644a (diff) | |
Update gradle wrapper
Diffstat (limited to 'gradlew')
| -rwxr-xr-x | gradlew | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -72,7 +72,7 @@ case "`uname`" in Darwin* ) darwin=true ;; - MINGW* ) + MSYS* | MINGW* ) msys=true ;; NONSTOP* ) @@ -82,6 +82,7 @@ esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then @@ -129,6 +130,7 @@ fi if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath |
