Revert back to original paperclip (for java 8 support)

This commit is contained in:
William Blake Galbreath 2020-03-29 16:03:51 -05:00
parent f1b3e67125
commit 239e4596b4
3 changed files with 2 additions and 6 deletions

3
.gitmodules vendored
View File

@ -2,6 +2,3 @@
path = Paper
url = https://github.com/PaperMC/Paper.git
branch = ver/1.14
[submodule "Paperclip"]
path = Paperclip
url = https://github.com/pl3xgaming/Paperclip.git

@ -1 +0,0 @@
Subproject commit 2956ff325ee72b7a3f4aae6e94fabd62e8d134ed

View File

@ -8,10 +8,10 @@
vanillajar="$workdir/Minecraft/$mcver/$mcver.jar"
(
cd "$basedir/Paperclip"
cd "$workdir/Paperclip"
mvn clean package "-Dmcver=$mcver" "-Dpaperjar=$purpurjar" "-Dvanillajar=$vanillajar"
)
cp "$basedir/Paperclip/assembly/target/paperclip-${mcver}.jar" "$basedir/purpurclip.jar"
cp "$workdir/Paperclip/assembly/target/paperclip-${mcver}.jar" "$basedir/purpurclip.jar"
echo ""
echo ""