Ofc forgot to remove this
This commit is contained in:
parent
609f309cd1
commit
5be1f9f73b
1 changed files with 0 additions and 9 deletions
|
@ -1,12 +1,3 @@
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/.m2/repository/org/bukkit/craftbukkit
|
||||
before_install: | # Wget BuildTools and run if cached folder not found
|
||||
if [ ! -d "$HOME/.m2/repository/org/bukkit/craftbukkit/1.12-R0.1-SNAPSHOT" ]; then
|
||||
wget -O BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
|
||||
java -jar BuildTools.jar --rev 1.12
|
||||
fi
|
||||
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
|
Loading…
Reference in a new issue