Remove now unnecessary scripts and update upstreamMerge.sh

This commit is contained in:
Kyle Wood
2021-06-15 01:42:57 -05:00
parent 825384c4a5
commit 3d3a28ba57
14 changed files with 2 additions and 891 deletions

View File

@@ -30,11 +30,11 @@ update Spigot
if [[ "$2" = "all" || "$2" = "a" ]] ; then
update BuildData
update Paperclip
fi
if [ "$updated" == "1" ]; then
echo "Rebuilding patches without filtering to improve apply ability"
cd "$basedir"
scripts/rebuildPatches.sh "$basedir" nofilter 1>/dev/null|| exit 1
./gradlew applyPatches -Dpaperweight.debug=true || exit 1
./gradlew rebuildPatches || exit 1
fi
)