From 7179463c36bce203c053362434e740a91345e342 Mon Sep 17 00:00:00 2001 From: Bacteriawa Date: Fri, 18 Jul 2025 17:26:18 +0800 Subject: [PATCH] Start 1.21.8 --- .github/workflows/build.yml | 6 +++--- gradle.properties | 6 +++--- lophine-server/build.gradle.kts.patch | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fa0cb0..4f87dc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,10 @@ -name: Lophine CI - ver/1.21.7 +name: Lophine CI - ver/1.21.8 on: push: - branches: [ "ver/1.21.7" ] + branches: [ "ver/1.21.8" ] pull_request: - branches: [ "ver/1.21.7" ] + branches: [ "ver/1.21.8" ] permissions: write-all diff --git a/gradle.properties b/gradle.properties index 3d8d3f1..f9da182 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ group=fun.bm.lophine -version=1.21.7-R0.1-SNAPSHOT -mcVersion=1.21.7 +version=1.21.8-R0.1-SNAPSHOT +mcVersion=1.21.8 -luminolRef=5ec3986e676e309dd9a406693f1e396c941c18f0 +luminolRef=da5b12cbb2349aa2b5fea67227eb61aef4df47e8 org.gradle.configuration-cache=true org.gradle.caching=true diff --git a/lophine-server/build.gradle.kts.patch b/lophine-server/build.gradle.kts.patch index a0fca51..26f2ed1 100644 --- a/lophine-server/build.gradle.kts.patch +++ b/lophine-server/build.gradle.kts.patch @@ -51,7 +51,7 @@ // Luminol start - Dependenices insert implementation("com.electronwill.night-config:toml:3.8.2") // Night config implementation("com.github.luben:zstd-jni:1.5.4-1") -@@ -264,14 +_,14 @@ +@@ -261,14 +_,14 @@ val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim() attributes( "Main-Class" to "org.bukkit.craftbukkit.Main", @@ -62,7 +62,7 @@ - "Specification-Title" to "Luminol", + "Specification-Title" to "Lophine", "Specification-Version" to project.version, - "Specification-Vendor" to "Luminol Team", + "Specification-Vendor" to "LuminolMC org", - "Brand-Id" to "luminolmc:luminol", - "Brand-Name" to "Luminol", + "Brand-Id" to "luminolmc:lophine",