Removed previous setup files, not needed anymore

This commit is contained in:
Jaime 2018-03-03 16:13:17 +01:00
parent b19e51cf56
commit 8bdf4fb1e0
2 changed files with 0 additions and 14 deletions

View File

@ -1,7 +0,0 @@
@echo off
mkdir libs
cd libs
powershell -Command "Invoke-WebRequest https://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar -OutFile BungeeCord.jar"
mvn install:install-file -Dfile=BungeeCord.jar -DgroupId=net.md-5 -DartifactId=bungeecord-proxy -Dversion=local -Dpackaging=jar

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
mkdir libs
cd libs
wget https://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar
mvn install:install-file -Dfile=BungeeCord.jar -DgroupId=net.md-5 -DartifactId=bungeecord-proxy -Dversion=local -Dpackaging=jar