Skip to content

Commit

Permalink
Merge branch 'version/1.20.1' into version/1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Aug 30, 2024
2 parents 8526834 + 4e140a2 commit 62f773e
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 62f773e

Please sign in to comment.