From aeb7b1c1149386fdaa4f45f482d485cde4540e10 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Fri, 1 Nov 2024 14:36:52 -0300 Subject: [PATCH] Set the current commit to the last commit used in Paper's 1.21.1 branch, update the auto-update script to only update based on the 1.21.1 Paper branch --- .github/workflows/auto-update.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index fddd7a6..71d98ba 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -19,7 +19,7 @@ jobs: with: path: 'Paper' repository: "PaperMC/Paper" - ref: 'master' + ref: 'ver/1.21.1' token: ${{ secrets.LORITTA_PAT }} - name: Get Paper Latest Commit Hash diff --git a/gradle.properties b/gradle.properties index ec7e527..889ee28 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ group=net.sparklypower.sparklypaper version=1.21.1-R0.1-SNAPSHOT mcVersion=1.21.1 -paperRef=52a05907c7a84583c26b8d0b9d5fdf8a5825c8d0 +paperRef=84281ceeefb9d294758a9a292ba6c01da40e8409 org.gradle.caching=true org.gradle.parallel=true