Skip to content

Commit

Permalink
refactor: Adjust shadow relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Mar 17, 2024
1 parent c565780 commit e22f5d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ dependencies {

shadowJar {
zip64 true
relocate "blue.endless.jankson", "io.github.null2264.shadowed.blue.endless.jankson"
relocate "blue.endless.jankson", "io.github.null2264.shadowed.jankson"
if (mcVersion < 12000) {
relocate "org.slf4j", "io.github.null2264.shadowed.org.slf4j"
relocate "org.apache.logging.slf4j", "io.github.null2264.shadowed.org.apache.logging.slf4j"
relocate "org.slf4j", "io.github.null2264.shadowed.slf4j"
relocate "org.apache.logging", "io.github.null2264.shadowed.log4j"
}
relocate "manifold", "io.github.null2264.shadowed.manifold"
exclude (isFabric ? "META-INF/mods.toml" : "fabric.mod.json")
Expand Down Expand Up @@ -407,4 +407,4 @@ publishMods {
}
}
}
}
}

0 comments on commit e22f5d8

Please sign in to comment.