Skip to content

Commit

Permalink
Merge branch 'develop' into version/1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Aug 30, 2024
2 parents 14f2943 + 4da67cd commit 4e140a2
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 @@ -269,6 +269,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 4e140a2

Please sign in to comment.