ViaFabricPlus/jitpack.yml

8 lines
323 B
YAML
Raw Permalink Normal View History

2024-05-28 22:27:43 +02:00
# 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.
2023-02-24 20:40:04 +01:00
before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
2024-05-28 22:27:43 +02:00
- sdk install java 21.0.3-tem
- sdk use java 21.0.3-tem