aboutsummaryrefslogtreecommitdiffstats
path: root/gradlew
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:02:06 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:02:06 +0100
commita835e7b48765f3b3fe1bc1c35adff0e867181e91 (patch)
treeec6b3c0a83aaf0a5639a2adc58c3943458a3c63e /gradlew
parentaf7e1e435f577bbf9742bb526ac00a71a21c219c (diff)
Start BungeeCord synchronisation with plugin messaging channelfix/sync
- See #180
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