mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-05 09:20:52 +01:00
Relocate log4j, move slf4j declaration
This commit is contained in:
parent
54a8482a88
commit
cd605f4996
@ -84,7 +84,7 @@ tasks.named<ShadowJar>("shadowJar") {
|
||||
relocate("org.bstats", "com.plotsquared.metrics")
|
||||
relocate("com.sk89q.squirrelid", "com.plotsquared.squirrelid")
|
||||
relocate("org.khelekore.prtree", "com.plotsquared.prtree")
|
||||
relocate("org.apache.logging.slf4j", "com.plotsquared.logging.apache")
|
||||
relocate("org.apache.logging.log4j", "com.plotsquared.logging.apache.log4j")
|
||||
relocate("org.slf4j", "com.plotsquared.logging.slf4j")
|
||||
relocate("com.google.inject", "com.plotsquared.google")
|
||||
relocate("javax.inject", "com.plotsquared.core.inject.javax")
|
||||
|
Loading…
Reference in New Issue
Block a user