diff options
author | Linnea Gräf <nea@nea.moe> | 2024-04-08 18:42:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 18:42:25 +0200 |
commit | ff6dd291a0f89644508171e6b984295de20466ce (patch) | |
tree | daa540ed19040decaf318873c7a0aeee04fbede1 /build.gradle.kts | |
parent | e2145b0ce839cefe66431592a9884a316740e0f7 (diff) | |
download | skyhanni-ff6dd291a0f89644508171e6b984295de20466ce.tar.gz skyhanni-ff6dd291a0f89644508171e6b984295de20466ce.tar.bz2 skyhanni-ff6dd291a0f89644508171e6b984295de20466ce.zip |
Bump MoulConfig to 3.0.0 betas (#1382)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 41c7775eb..afb65cf6c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -151,7 +151,7 @@ loom { property("devauth.configDir", rootProject.file(".devauth").absolutePath) } arg("--tweakClass", "org.spongepowered.asm.launch.MixinTweaker") - arg("--tweakClass", "io.github.moulberry.moulconfig.tweaker.DevelopmentResourceTweaker") + arg("--tweakClass", "io.github.notenoughupdates.moulconfig.tweaker.DevelopmentResourceTweaker") arg("--mods", devenvMod.resolve().joinToString(",") { it.relativeTo(file("run")).path }) } } @@ -241,7 +241,7 @@ tasks.shadowJar { } exclude("META-INF/versions/**") mergeServiceFiles() - relocate("io.github.moulberry.moulconfig", "at.hannibal2.skyhanni.deps.moulconfig") + relocate("io.github.notenoughupdates.moulconfig", "at.hannibal2.skyhanni.deps.moulconfig") relocate("moe.nea.libautoupdate", "at.hannibal2.skyhanni.deps.libautoupdate") } tasks.jar { |