Remove now unnecessary scripts and update upstreamMerge.sh
This commit is contained in:
parent
34269f8a39
commit
c8ecb664c6
14 changed files with 2 additions and 891 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue