fix: update Luminol plugin versions in build configuration

This commit is contained in:
Helvetica Volubi
2026-04-13 18:35:25 +08:00
parent c5194eeb8f
commit 97a17dbf78
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
java // TODO java launcher tasks
id("moe.luminolmc.hyacinthusweight.patcher") version "+" // Automatically pulls the latest
id("moe.luminolmc.hyacinthusweight.patcher")
}
paperweight {
+3 -1
View File
@@ -2,10 +2,12 @@ group=fun.bm.lophine
version=1.21.11-R0.1-SNAPSHOT
mcVersion=1.21.11
apiVersion=1.21.11
clipVersion=3.0.15-20260413.051550-1
weightVersion=2.0.7
release=2
# 0 for skip release, 1 for pre-release, 2 for release
luminolRef=75b98df42c5a3dcaa2e94f001f02aad3c22a52bf
luminolRef=e605804fc5600aa41b18863543873bff65e125e9
org.gradle.configuration-cache=true
org.gradle.caching=true
+7
View File
@@ -1,10 +1,17 @@
pluginManagement {
val weightVersion: String by settings
repositories {
gradlePluginPortal()
mavenLocal()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.menthamc.org/repository/maven-public/")
}
plugins {
id("moe.luminolmc.hyacinthusweight.patcher") version weightVersion
id("moe.luminolmc.hyacinthusweight.core") version weightVersion
}
}
plugins {