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 {
|
plugins {
|
||||||
java // TODO java launcher tasks
|
java // TODO java launcher tasks
|
||||||
id("moe.luminolmc.hyacinthusweight.patcher")
|
id("moe.monnairealms.irisweight.patcher")
|
||||||
}
|
}
|
||||||
|
|
||||||
paperweight {
|
paperweight {
|
||||||
@@ -54,6 +54,7 @@ subprojects {
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
mavenLocal()
|
||||||
maven(paperMavenPublicUrl)
|
maven(paperMavenPublicUrl)
|
||||||
maven(bacteriawaMavenPublicUrl)
|
maven(bacteriawaMavenPublicUrl)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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")
|
+ id("moe.monnairealms.irisweight.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("moe.luminolmc:hyacinthusclip:${providers.gradleProperty("clipVersion").get()}")
|
+ irisclip("moe.luminolmc:hyacinthusclip:${providers.gradleProperty("clipVersion").get()}")
|
||||||
}
|
}
|
||||||
|
|
||||||
paperweight {
|
paperweight {
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ mcVersion=26.2
|
|||||||
apiVersion=26.2
|
apiVersion=26.2
|
||||||
channel=STABLE
|
channel=STABLE
|
||||||
clipVersion=3.0.18
|
clipVersion=3.0.18
|
||||||
weightVersion=2.0.15
|
weightVersion=2.0.0721
|
||||||
# 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.luminolmc.hyacinthusweight.patcher") version weightVersion
|
id("moe.monnairealms.irisweight.patcher") version weightVersion
|
||||||
id("moe.luminolmc.hyacinthusweight.core") version weightVersion
|
id("moe.monnairealms.irisweight.core") version weightVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user