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.
This commit is contained in:
Kichura 2024-05-17 21:50:27 +02:00 committed by GitHub
parent 9065c5260c
commit 608c5cbb58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ on: [ pull_request, push ]
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4

View File

@ -4,7 +4,7 @@ on: [workflow_dispatch] # Manual trigger
jobs:
publish:
if: github.repository_owner == 'ViaVersion'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4

View File

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
loader_version=0.15.11
viaver_version=4.10.2
viaver_version=4.10.3-SNAPSHOT
yaml_version=2.2
publish_mc_versions=1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.12.2, 1.8.9

View File

@ -3,5 +3,5 @@
before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java 21.0.2-tem
- sdk use java 21.0.2-tem
- sdk install java 21.0.3-tem
- sdk use java 21.0.3-tem