From ad40e1586da1f3e07bea69374bc2676b090684dc Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Tue, 24 Aug 2021 13:12:35 +0200 Subject: Update to 1.17 This release Updates the mod to mc version 1.17. This is the first time i created/edited a mod. --- gradlew | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradlew') diff --git a/gradlew b/gradlew index 4f906e0c..fe1f4e62 100755 --- a/gradlew +++ b/gradlew @@ -72,7 +72,7 @@ case "`uname`" in Darwin* ) darwin=true ;; - MINGW* ) + MSYS* | MINGW* ) msys=true ;; NONSTOP* ) @@ -182,4 +182,4 @@ APP_ARGS=`save "$@"` # Collect all arguments for the java command, following the shell quoting and substitution rules eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" -exec "$JAVACMD" "$@" +exec "$JAVACMD" "$@" \ No newline at end of file -- cgit