Skip to content

Commit

Permalink
Fix relocate
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Jun 23, 2021
1 parent 0c9684e commit d8172a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ shadowJar {
configurations = [project.configurations.shadow]
exclude("module-info.class")
relocate("com.typesafe.config", "io.github.lxgaming.sledgehammer.lib.config")
relocate("ninja.leaping.configurate", "io.github.lxgaming.sledgehammer.lib.configurate")
relocate("io.leangen.geantyref", "io.github.lxgaming.sledgehammer.lib.geantyref")
relocate("org.checkerframework", "io.github.lxgaming.sledgehammer.lib.checkerframework")
relocate("org.spongepowered.configurate", "io.github.lxgaming.sledgehammer.lib.configurate")
}

test {
Expand Down

0 comments on commit d8172a9

Please sign in to comment.