Strip META-INF/maven and services - avoid problems with forge 1.18
This commit is contained in:
parent
8215ff0e94
commit
88782405f1
4 changed files with 8 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ shadowJar {
|
|||
dependencies {
|
||||
include(dependency(':DynmapCore'))
|
||||
include(dependency("commons-codec:commons-codec:"))
|
||||
exclude("META-INF/maven/**")
|
||||
exclude("META-INF/services/**")
|
||||
}
|
||||
relocate('org.apache.commons.codec', 'org.dynmap.forge_1_18.commons.codec')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue