9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-29 03:39:07 +00:00

Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper-Archive@3cb8529 Add flag to simplify remote item matching logic
This commit is contained in:
Samsuik
2025-03-28 21:03:37 +00:00
parent 80db3c32dd
commit dddb1e4591
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ group=me.samsuik.sakura
version=1.21.1-R0.1-SNAPSHOT
mcVersion=1.21.1
paperRef=b48403bd69f534ffd43fe2afb4e8e1f1ffa95fe1
paperRef=3cb8529bdbeeec9ff51df2c94e93dbe7e41bb811
org.gradle.jvmargs=-Xmx2G
org.gradle.vfs.watch=false

View File

@@ -10,7 +10,7 @@
set -e
PS1="$"
paper=$(curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/PaperMC/Paper/compare/$1...$2 | jq -r '.commits[] | "PaperMC/Paper@\(.sha[:7]) \(.commit.message | split("\r\n")[0] | split("\n")[0])"')
paper=$(curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/PaperMC/Paper-Archive/compare/$1...$2 | jq -r '.commits[] | "PaperMC/Paper-Archive@\(.sha[:7]) \(.commit.message | split("\r\n")[0] | split("\n")[0])"')
updated=""
logsuffix=""