Skip to content

Commit

Permalink
Fix shadow relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Aug 30, 2024
1 parent 4da67cd commit 34f99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ subprojects {

relocate("com.google", "dev.erdragh.shadowed.com.google")
relocate("google", "dev.erdragh.shadowed.google")
relocate("javax", "dev.erdragh.shadowed.javax")
relocate("javax.annotation", "dev.erdragh.shadowed.javax.annotation")

exclude("**/org/slf4j/**")

Expand Down

0 comments on commit 34f99b9

Please sign in to comment.