ViaFabric/jitpack.yml

8 lines
325 B
YAML
Raw Normal View History

# Deploys the latest stable JDK 17 available and sets it to default without having to manually specify it here,
# Which includes using temurin as the distribution.
2021-06-12 12:24:30 +02:00
before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
2024-01-19 22:46:13 +01:00
- sdk install java 17.0.10-tem
- sdk use java 17.0.10-tem