More shading fixes

This commit is contained in:
Kenzie Togami
2019-03-13 20:15:01 -07:00
parent 4be72fb983
commit fba12b1282
2 changed files with 8 additions and 3 deletions

View File

@ -84,8 +84,12 @@ jar {
shadowJar {
dependencies {
relocate "org.slf4j", "com.sk89q.worldedit.slf4j"
relocate "org.apache.logging.slf4j", "com.sk89q.worldedit.log4jbridge"
include(dependency(':worldedit-core'))
include(dependency("org.apache.logging.log4j:log4j-slf4j-impl:2.11.2"))
include(dependency('org.slf4j:slf4j-api'))
include(dependency("org.apache.logging.log4j:log4j-slf4j-impl"))
}
}