Skip to content

Commit

Permalink
Relocate newly added dependencies with shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Aug 30, 2024
1 parent d1b6368 commit 4da67cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ subprojects {
relocate("org.json", "dev.erdragh.shadowed.org.json")
relocate("net.bytebuddy", "dev.erdragh.shadowed.net.bytebuddy")

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

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

exclude("**/org/jetbrains/annotations/*")
Expand Down

0 comments on commit 4da67cd

Please sign in to comment.