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 path = Paper
url = https://github.com/PaperMC/Paper.git url = https://github.com/PaperMC/Paper.git
branch = ver/1.14 branch = ver/1.14
[submodule "Paperclip"]
path = Paperclip
url = https://github.com/pl3xgaming/Paperclip.git

Submodule Paperclip deleted from 2956ff325e

View File

@@ -8,10 +8,10 @@
vanillajar="$workdir/Minecraft/$mcver/$mcver.jar" vanillajar="$workdir/Minecraft/$mcver/$mcver.jar"
( (
cd "$basedir/Paperclip" cd "$workdir/Paperclip"
mvn clean package "-Dmcver=$mcver" "-Dpaperjar=$purpurjar" "-Dvanillajar=$vanillajar" 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 ""
echo "" echo ""