Fix CI pipeline deprecation errors

This commit is contained in:
Gabriel Tofvesson 2021-06-27 18:44:37 +02:00
parent fcc025a1a2
commit 7b1c03ff69

View File

@ -38,7 +38,7 @@ jobs:
curl $jar_url > spigot-shaded.jar
find -name "*.java" > sources
curl -s https://github.com/GabrielTofvesson/SpigotWizCompat/releases | grep "latest/SpigotWizCompat-.*jar" | cut -d : -f 2,3 | sed "s/[^\"]*\"\\([^\"]*\\)\".*/https:\\/\\/github.com\\/\\1/g" | wget -O SpigotWizCompat.jar -qi -
javac -cp . @sources -d build
javac -Xlint:deprecation -classpath "spigot-shaded.jar:SpigotWizCompat.jar" @sources -d build
cp res/* build
rm sources
cd build