Strip META-INF/maven and services - avoid problems with forge 1.18
This commit is contained in:
parent
1543a2e7c4
commit
f40cc3d6ca
4 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ shadowJar {
|
|||
include(dependency('org.eclipse.jetty.orbit:javax.servlet:'))
|
||||
include(dependency('org.postgresql:postgresql:'))
|
||||
include(dependency(':DynmapCoreAPI'))
|
||||
exclude("META-INF/maven/**")
|
||||
exclude("META-INF/services/**")
|
||||
}
|
||||
relocate('org.json.simple', 'org.dynmap.json.simple')
|
||||
relocate('org.yaml.snakeyaml', 'org.dynmap.snakeyaml')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue