Merge branches 'dev' and 'master' of https://github.com/Matsv/ViaBackwards into dev

This commit is contained in:
Matsv 2016-11-19 12:01:57 +01:00
commit 0549cb5c3a
No known key found for this signature in database
GPG Key ID: 97CEC2A2EA31350F

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
cd .. &&
echo "Start maven build" &&
mvn clean install &&
echo "Copying" &&
cd ./all/ &&
cp ./target/viabackwards-all-2.0.jar /home/adr/mc/Spigot/TestServers/BungeeCord/plugins/ &&
cp ./target/viabackwards-all-2.0.jar /home/adr/mc/Spigot/TestServers/1.11/plugins/ &&
echo "Done."