ViaFabric/jitpack.yml
Kichura 608c5cbb58
Ubuntu 24.04, JDK 21.0.3 in JitPack, ViaVersion 4.10.3-SNAPSHOT (#333)
* Update Ubuntu to 24.04, JDK to 21.0.3.

* Update ViaVersion to 4.10.3-SNAPSHOT.

This update removes invalid chunk entities for 1.20.5 clients basically.
2024-05-17 21:50:27 +02:00

8 lines
323 B
YAML

# 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.
before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java 21.0.3-tem
- sdk use java 21.0.3-tem