mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
0259407fc2
* 1.20.2-rc2, Dependency updates, JDK level correction. * Clarify what SDKMAN will deploy. * Improve second-liner for jitpack comment. * Modrinth does not have 1.20.2-rc2 yet. * Set viaversion dependency to 4.8.0 in fabric.mod.json. 1.20.2 will not work with ViaVersion 4.6.0 - 4.7.1-SNAPSHOT, therefore this part is needed at some point. * 1.20.2-rc2 -> 1.20.2. * We use mclo.gs now, not paste.gg.
7 lines
284 B
YAML
7 lines
284 B
YAML
# Deploys the latest stable JDK 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
|