mirror of
https://github.com/PurpurMC/Purpur.git
synced 2025-02-23 13:09:31 +08:00
Revert back to original paperclip (for java 8 support)
This commit is contained in:
parent
f1b3e67125
commit
239e4596b4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user