ViaFabric/jitpack.yml
FlorianMichael 16dd9002b3
Move GH actions to J21
Co-authored-by: Kichura <68134602+kichura@users.noreply.github.com>
2024-04-21 17:08:42 +02:00

8 lines
323 B
YAML

# 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.2-tem
- sdk use java 21.0.2-tem