[ci skip] Use ComfreyWeight instead of HyacinthusWeight
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java // TODO java launcher tasks
|
java // TODO java launcher tasks
|
||||||
id("moe.luminolmc.hyacinthusweight.patcher")
|
id("fun.bm.comfreyweight.patcher")
|
||||||
}
|
}
|
||||||
|
|
||||||
paperweight {
|
paperweight {
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ mcVersion=26.2
|
|||||||
apiVersion=26.2
|
apiVersion=26.2
|
||||||
channel=BETA
|
channel=BETA
|
||||||
clipVersion=1.0.1
|
clipVersion=1.0.1
|
||||||
weightVersion=2.0.15
|
weightVersion=1.0.0
|
||||||
# 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
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
`maven-publish`
|
`maven-publish`
|
||||||
idea
|
idea
|
||||||
- id("io.papermc.paperweight.core")
|
- id("io.papermc.paperweight.core")
|
||||||
+ id("moe.luminolmc.hyacinthusweight.core") // TODO Later - rebrand
|
+ id("fun.bm.comfreyweight.core")
|
||||||
id("io.papermc.fill.gradle") version "1.0.12"
|
id("io.papermc.fill.gradle") version "1.0.12"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
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")
|
- paperclip("io.papermc:paperclip:3.0.4")
|
||||||
+ hyacinthusclip("fun.bm:morninggloryclip:${providers.gradleProperty("clipVersion").get()}") // TODO Later - rebrand
|
+ comfreyclip("fun.bm:morninggloryclip:${providers.gradleProperty("clipVersion").get()}")
|
||||||
}
|
}
|
||||||
|
|
||||||
paperweight {
|
paperweight {
|
||||||
|
|||||||
+2
-2
@@ -9,8 +9,8 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("moe.luminolmc.hyacinthusweight.patcher") version weightVersion
|
id("fun.bm.comfreyweight.patcher") version weightVersion
|
||||||
id("moe.luminolmc.hyacinthusweight.core") version weightVersion
|
id("fun.bm.comfreyweight.core") version weightVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user