Fix CI pipeline deprecation errors
This commit is contained in:
parent
fcc025a1a2
commit
7b1c03ff69
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user