Drop support for jitpack

Please use our repository server at https://repo.viaversion.com/ instead.
This commit is contained in:
FlorianMichael 2024-12-29 23:30:18 +01:00
parent 433660b549
commit e75fddef48
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -1,7 +0,0 @@
# Deploys the latest stable JDK 21 available and sets it to default without having to manually specify it here,
# Which includes using temurin as the distribution.
before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java 21.0.3-tem
- sdk use java 21.0.3-tem