mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-21 01:01:35 +08:00
Update shadow config for Discord module (#5960)
trove4j's artifact name changed and so it was no longer being shaded in the Discord module. Fixes #5959.
This commit is contained in:
parent
cd06e737e1
commit
f7a8f86850
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user