remove redundant Fabric relocation config

This commit is contained in:
dfsek
2021-11-25 09:38:00 -07:00
parent 034b01a04c
commit 9e1ab776cf

View File

@@ -11,11 +11,6 @@ plugins {
addonDir(project.rootProject.file("./run/config/Terra/addons"), tasks.named("runClient").get())
addonDir(project.rootProject.file("./run/config/Terra/addons"), tasks.named("runServer").get())
tasks.named<ShadowJar>("shadowJar") {
relocate("org.json", "com.dfsek.terra.lib.json")
relocate("org.yaml", "com.dfsek.terra.lib.yaml")
}
val minecraft = "1.18-pre8"
val yarn = "4"
val fabricLoader = "0.12.5"
@@ -64,7 +59,6 @@ tasks.withType<Jar>() {
finalizedBy(remapped)
}
tasks.register<TaskModrinthUpload>("publishModrinth") {
dependsOn("remapShadedJar")
group = "fabric"