Switch build tools to irisweight

This commit is contained in:
SakuraiMochi0721
2026-07-11 13:50:37 +08:00
parent 1084b4aa3b
commit b84ce0cb89
4 changed files with 7 additions and 6 deletions
+2 -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")
id("moe.monnairealms.irisweight.patcher")
}
paperweight {
@@ -54,6 +54,7 @@ subprojects {
repositories {
mavenCentral()
mavenLocal()
maven(paperMavenPublicUrl)
maven(bacteriawaMavenPublicUrl)
}