Switch build tools to irisweight
This commit is contained in:
+2
-1
@@ -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)
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
`maven-publish`
|
||||
idea
|
||||
- id("io.papermc.paperweight.core")
|
||||
+ id("moe.luminolmc.hyacinthusweight.core")
|
||||
+ id("moe.monnairealms.irisweight.core")
|
||||
id("io.papermc.fill.gradle") version "1.0.12"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
dependencies {
|
||||
mache("io.papermc:mache:26.2+build.1")
|
||||
- paperclip("io.papermc:paperclip:3.0.4")
|
||||
+ hyacinthusclip("moe.luminolmc:hyacinthusclip:${providers.gradleProperty("clipVersion").get()}")
|
||||
+ irisclip("moe.luminolmc:hyacinthusclip:${providers.gradleProperty("clipVersion").get()}")
|
||||
}
|
||||
|
||||
paperweight {
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ mcVersion=26.2
|
||||
apiVersion=26.2
|
||||
channel=STABLE
|
||||
clipVersion=3.0.18
|
||||
weightVersion=2.0.15
|
||||
weightVersion=2.0.0721
|
||||
# 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
@@ -9,8 +9,8 @@ pluginManagement {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("moe.luminolmc.hyacinthusweight.patcher") version weightVersion
|
||||
id("moe.luminolmc.hyacinthusweight.core") version weightVersion
|
||||
id("moe.monnairealms.irisweight.patcher") version weightVersion
|
||||
id("moe.monnairealms.irisweight.core") version weightVersion
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user