Fall back to paperweight and paperclip

This commit is contained in:
2026-07-12 15:10:57 +08:00
parent a5cd3588dc
commit 694605ffb2
4 changed files with 6 additions and 17 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.monnairealms.irisweight.patcher")
id("io.papermc.paperweight.patcher")
}
paperweight {
+1 -12
View File
@@ -1,12 +1,6 @@
--- a/folia-server/build.gradle.kts
+++ b/folia-server/build.gradle.kts
@@ -7,15 +_,16 @@
`java-library`
`maven-publish`
idea
- id("io.papermc.paperweight.core")
+ id("moe.monnairealms.irisweight.core")
id("io.papermc.fill.gradle") version "1.0.12"
@@ -12,6 +_,7 @@
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
@@ -14,11 +8,6 @@
dependencies {
mache("io.papermc:mache:26.2+build.1")
- paperclip("io.papermc:paperclip:3.0.4")
+ irisclip("io.papermc:paperclip:3.0.4")
}
paperweight {
@@ -24,6 +_,7 @@
gitFilePatches = false
+2 -2
View File
@@ -2,8 +2,8 @@ group=moe.monnairealms.camellia
mcVersion=26.2
apiVersion=26.2
channel=STABLE
clipVersion=3.0.18
weightVersion=2.0.0721
clipVersion=3.0.4
weightVersion=2.0.0-beta.21
# true for release, false for skip release, pre for pre-release
release=pre
# true for push to repo, false for skip push repo, auto for detect by release value
+2 -2
View File
@@ -9,8 +9,8 @@ pluginManagement {
}
plugins {
id("moe.monnairealms.irisweight.patcher") version weightVersion
id("moe.monnairealms.irisweight.core") version weightVersion
id("io.papermc.paperweight.patcher") version weightVersion
id("io.papermc.paperweight.core") version weightVersion
}
}