mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-04 08:59:59 +01:00
8 lines
325 B
YAML
8 lines
325 B
YAML
# 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.
|
|
before_install:
|
|
- curl -s "https://get.sdkman.io" | bash
|
|
- source ~/.sdkman/bin/sdkman-init.sh
|
|
- sdk install java 17.0.10-tem
|
|
- sdk use java 17.0.10-tem
|