Fall back to paperweight and paperclip
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java // TODO java launcher tasks
|
java // TODO java launcher tasks
|
||||||
id("moe.monnairealms.irisweight.patcher")
|
id("io.papermc.paperweight.patcher")
|
||||||
}
|
}
|
||||||
|
|
||||||
paperweight {
|
paperweight {
|
||||||
|
|||||||
@@ -1,12 +1,6 @@
|
|||||||
--- a/folia-server/build.gradle.kts
|
--- a/folia-server/build.gradle.kts
|
||||||
+++ b/folia-server/build.gradle.kts
|
+++ b/folia-server/build.gradle.kts
|
||||||
@@ -7,15 +_,16 @@
|
@@ -12,6 +_,7 @@
|
||||||
`java-library`
|
|
||||||
`maven-publish`
|
|
||||||
idea
|
|
||||||
- id("io.papermc.paperweight.core")
|
|
||||||
+ id("moe.monnairealms.irisweight.core")
|
|
||||||
id("io.papermc.fill.gradle") version "1.0.12"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
||||||
@@ -14,11 +8,6 @@
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
mache("io.papermc:mache:26.2+build.1")
|
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 @@
|
@@ -24,6 +_,7 @@
|
||||||
gitFilePatches = false
|
gitFilePatches = false
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -2,8 +2,8 @@ group=moe.monnairealms.camellia
|
|||||||
mcVersion=26.2
|
mcVersion=26.2
|
||||||
apiVersion=26.2
|
apiVersion=26.2
|
||||||
channel=STABLE
|
channel=STABLE
|
||||||
clipVersion=3.0.18
|
clipVersion=3.0.4
|
||||||
weightVersion=2.0.0721
|
weightVersion=2.0.0-beta.21
|
||||||
# true for release, false for skip release, pre for pre-release
|
# true for release, false for skip release, pre for pre-release
|
||||||
release=pre
|
release=pre
|
||||||
# true for push to repo, false for skip push repo, auto for detect by release value
|
# true for push to repo, false for skip push repo, auto for detect by release value
|
||||||
|
|||||||
+2
-2
@@ -9,8 +9,8 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("moe.monnairealms.irisweight.patcher") version weightVersion
|
id("io.papermc.paperweight.patcher") version weightVersion
|
||||||
id("moe.monnairealms.irisweight.core") version weightVersion
|
id("io.papermc.paperweight.core") version weightVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user