Skip to content

Commit

Permalink
Update shadow config for Discord module (#5960)
Browse files Browse the repository at this point in the history
trove4j's artifact name changed and so it was no longer being shaded in
the Discord module.

Fixes #5959.
  • Loading branch information
mdcfe authored Oct 21, 2024
1 parent cd06e73 commit f7a8f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EssentialsDiscord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shadowJar {
include(dependency('com.squareup.okio:okio'))
include(dependency('com.squareup.okio:okio-jvm'))
include(dependency('org.apache.commons:commons-collections4'))
include(dependency('net.sf.trove4j:trove4j'))
include(dependency('net.sf.trove4j:core'))
include(dependency('com.fasterxml.jackson.core:jackson-databind'))
include(dependency('com.fasterxml.jackson.core:jackson-core'))
include(dependency('com.fasterxml.jackson.core:jackson-annotations'))
Expand Down

0 comments on commit f7a8f86

Please sign in to comment.