From 9f5569004a3db9dd6cee34896bab6425ab04f660 Mon Sep 17 00:00:00 2001 From: Leonid Koftun Date: Tue, 11 Feb 2025 17:19:44 +0100 Subject: [PATCH] chore(deps): Upgrade paper-api to 1.21.4-R0.1-SNAPSHOT --- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- README.md | 5 +++-- pom.xml | 4 ++-- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5e3016a..5b7241e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: - distribution: 'adopt' - java-version: '17' + distribution: 'zulu' + java-version: '21' - name: Set RELEASE_VERSION from tag run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Print version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index beb37d0a..708b68e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,11 +13,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: - distribution: 'adopt' - java-version: '17' + distribution: 'zulu' + java-version: '21' - name: Build with Maven run: mvn -B package --file pom.xml - name: Upload artifact diff --git a/README.md b/README.md index fd617e14..edd9b1b6 100644 --- a/README.md +++ b/README.md @@ -170,16 +170,17 @@ This doesn't support all statistics in the list because they are provided by the | Plugin version | Min Minecraft version | Min Java version | |----------------|-----------------------|------------------| +| 4.x.x | 1.21.0 | 21 | | 3.x.x | 1.17.1 | 17 | | 1.0.0 - 2.x.x | 1.11.x | 11 | #### Notes -- Java 17 is required for the latest version of the plugin. +- Java 21 is required for the latest version of the plugin. - There is a known [issue](https://github.com/sladkoff/minecraft-prometheus-exporter/issues/197) with Azul JVM. - There is currently rudimentary support for Folia servers. Only selected metrics are supported. - The plugin has been tested recently on - - Minecraft 1.20.1 + - Minecraft 1.20.1 - Minecraft 1.20.4 ## Plugin Integration diff --git a/pom.xml b/pom.xml index 7f0b4b0a..6cdfb8dd 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ jar - 1.20.4-R0.1-SNAPSHOT + 1.21.4-R0.1-SNAPSHOT 12.0.16 0.16.0 2.9.0 @@ -218,7 +218,7 @@ - 17 + 21