Drop support for JitPack. (#397)

This commit is contained in:
Kichura 2024-12-30 21:13:16 +01:00 committed by GitHub
parent a4cbc7e0bf
commit a39285b073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.5-tem
- sdk use java 21.0.5-tem