From 97e5bdefcd60bffe74931348b66af8c2becb9785 Mon Sep 17 00:00:00 2001 From: zimzaza4 <53421735+zimzaza4@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:47:42 +0800 Subject: [PATCH 1/4] Update PacketEvents --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 994a896..b608ef3 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ com.github.retrooper packetevents-spigot - 2.7.0 + 2.8.0 compile From 4d75f0615c2f8c4f7f6775d1f444cd906d0ddcc7 Mon Sep 17 00:00:00 2001 From: zimzaza4 <53421735+zimzaza4@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:50:56 +0800 Subject: [PATCH 2/4] Fix maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 07592e9..796018b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 From dc4e39506ddb835642171a0fd15a7bcfd69b1264 Mon Sep 17 00:00:00 2001 From: zimzaza4 <3625282098@qq.com> Date: Thu, 10 Jul 2025 20:35:06 +0800 Subject: [PATCH 3/4] gradle build --- .github/workflows/maven.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 796018b..1ff1c89 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,19 +20,10 @@ jobs: java-version: 17 distribution: 'zulu' - - name: Restore Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: restore - # Build - - name: Build with Maven - run: mvn package - - - name: Save Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: save + - name: Build with Gradle + run: gradle build + - name: Auto release uses: "marvinpinto/action-automatic-releases@latest" with: @@ -40,4 +31,4 @@ jobs: automatic_release_tag: latest prerelease: false files: | - target/GeyserModelEngine*.jar + build/libs/GeyserModelEngine*.jar From f4c5167ef5a5526a09866c85db60749f4e5e0c4d Mon Sep 17 00:00:00 2001 From: zimzaza4 <53421735+zimzaza4@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:04:08 +0800 Subject: [PATCH 4/4] Rename .github/workflows/maven.yml to build.yml --- .github/workflows/maven.yml => build.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/maven.yml => build.yml (100%) diff --git a/.github/workflows/maven.yml b/build.yml similarity index 100% rename from .github/workflows/maven.yml rename to build.yml