File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ while read -r version_data; do
6363 echo " --- Building for Minecraft $VERSION ($MINECRAFT_VER ) ---"
6464
6565 if [ " $DRY_RUN " = true ]; then
66- ARGS=" -PmcVersion=$MC_SRC -Pminecraft_version=$MINECRAFT_VER "
66+ ARGS=" -DmcVersion= $MC_SRC - PmcVersion=$MC_SRC -Pminecraft_version=$MINECRAFT_VER "
6767 [ -n " $YARN " ] && ARGS=" $ARGS -Pyarn_mappings=$YARN "
6868 ARGS=" $ARGS -Pfabric_api_version=$FABRIC_API "
6969 [ -n " $LOADER " ] && ARGS=" $ARGS -Ploader_version=$LOADER "
@@ -78,7 +78,7 @@ while read -r version_data; do
7878 $NO_DAEMON && GRADLE_ARGS+=(--no-daemon)
7979 $WARN && GRADLE_ARGS+=(--warning-mode=none)
8080
81- PROP_ARGS=(-PmcVersion=" $MC_SRC " -Pminecraft_version=" $MINECRAFT_VER " )
81+ PROP_ARGS=(-DmcVersion= " $MC_SRC " - PmcVersion=" $MC_SRC " -Pminecraft_version=" $MINECRAFT_VER " )
8282 [ -n " $YARN " ] && PROP_ARGS+=(-Pyarn_mappings=" $YARN " )
8383 PROP_ARGS+=(-Pfabric_api_version=" $FABRIC_API " )
8484 [ -n " $LOADER " ] && PROP_ARGS+=(-Ploader_version=" $LOADER " )
You can’t perform that action at this time.
0 commit comments