mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-05 09:09:46 +01:00
4cdceacb94
* Update to 23w18a. I have finally learned something incredible in the ViaVersion universe, Also i thank RK for his help. Co-Authored-By: RK_01 <50594595+RaphiMC@users.noreply.github.com> * Update Gradle dependencies and Jitpack. * [ci skip] Reference Modrinth properly, 1.19.4 too, Fix typos. * ViaForge and ViaFabricPlus are also on modrinth. And now let GitHub actions compile this entire thing. * Restore and fix viafabric ping textures. --------- Co-authored-by: RK_01 <50594595+RaphiMC@users.noreply.github.com>
6 lines
173 B
YAML
6 lines
173 B
YAML
before_install:
|
|
- curl -s "https://get.sdkman.io" | bash
|
|
- source "$HOME/.sdkman/bin/sdkman-init.sh"
|
|
- sdk install java 17.0.7+7-tem
|
|
- sdk use java 17.0.7+7-tem
|