diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-08-24 13:12:35 +0200 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-08-24 13:12:35 +0200 |
commit | ad40e1586da1f3e07bea69374bc2676b090684dc (patch) | |
tree | 8e7a8347f23a48b28200ad6a55aaf285ca3e7c25 /gradlew | |
parent | 76edb1383443febce58a62e04113d782494cca67 (diff) | |
download | Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.gz Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.bz2 Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.zip |
Update to 1.17
This release Updates the mod to mc version 1.17.
This is the first time i created/edited a mod.
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |