mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
Relocate GeoIP dependencies (#3976)
Relocates jackson, javatar and the MaxMind database libraries to avoid conflicts with other plugins.
This commit is contained in:
parent
34fdcf8f6f
commit
f29f9e1aba
@ -11,4 +11,8 @@ shadowJar {
|
||||
include (dependency('javatar:javatar'))
|
||||
include (dependency('com.fasterxml.jackson.core:'))
|
||||
}
|
||||
|
||||
relocate 'com.maxmind', 'com.earth2me.essentials.geoip.libs.maxmind'
|
||||
relocate 'com.ice.tar', 'com.earth2me.essentials.geoip.libs.javatar'
|
||||
relocate 'com.fasterxml.jackson', 'com.earth2me.essentials.geoip.libs.jackson'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user