mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-02-17 01:31:20 +01:00
Use JDK 17 instead of 21 in terms of codespaces.
This commit is contained in:
parent
f946c609e4
commit
55dab979ec
@ -1,6 +1,6 @@
|
|||||||
# Deploys the latest stable JDK available and sets it to default without having to manually specify it here,
|
# 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.
|
# Which includes using temurin as the distribution.
|
||||||
before_install:
|
before_install:
|
||||||
- curl -s "https://get.sdkman.io" | bash
|
- curl -s "https://get.sdkman.io" | bash
|
||||||
- source ~/.sdkman/bin/sdkman-init.sh
|
- source ~/.sdkman/bin/sdkman-init.sh
|
||||||
- sdk install java
|
- sdk install java 17.0.9-tem
|
||||||
|
Loading…
Reference in New Issue
Block a user