Skip to content

Commit

Permalink
Revert "Don't relocate shaded srgutils"
Browse files Browse the repository at this point in the history
This reverts commit 570bab0.
  • Loading branch information
Su5eD committed Aug 5, 2024
1 parent 8a83642 commit 99b439f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ tasks {

shadowJar {
configurations = listOf(shade)
relocate("net.minecraftforge.srgutils", "reloc.net.minecraftforge.srgutils")
archiveClassifier.set("full")
}

Expand Down

0 comments on commit 99b439f

Please sign in to comment.