aboutsummaryrefslogtreecommitdiffstats
path: root/gradlew
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:31:39 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:31:39 +0100
commit54b384556fce52a26f726d403b33dc3b45797199 (patch)
tree9daa0cc9ff760158e0c6611a438d6c5d04562e26 /gradlew
parentd17dc7e298c7e8e3d7d0536fdb479e62a372644a (diff)
Update gradle wrapper
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew4
1 files changed, 3 insertions, 1 deletions
diff --git a/gradlew b/gradlew
index 2fe81a7d..744e882e 100755
--- a/gradlew
+++ b/gradlew
@@ -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