diff --git a/build.gradle.kts b/build.gradle.kts index 4e847f4..7ffde0d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { diff --git a/gradle.properties b/gradle.properties index 19e0556..514d414 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/settings.gradle.kts b/settings.gradle.kts index 0c63a49..88850b8 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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 {