mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-02 09:09:55 +01:00
9 lines
218 B
Bash
9 lines
218 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd .. &&
|
|
echo "Start maven build" &&
|
|
mvn clean install &&
|
|
echo "Copying" &&
|
|
cd ./all/ &&
|
|
cp ./target/viabackwards-all-2.0-DEV.jar /home/adr/mc/Spigot/TestServers/BungeeCord/plugins/ &&
|
|
echo "Done." |