From cd605f4996daa0f2f286e824f004cefd6d2603fc Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Thu, 8 Oct 2020 13:29:47 +0200 Subject: [PATCH] Relocate log4j, move slf4j declaration --- Bukkit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bukkit/build.gradle.kts b/Bukkit/build.gradle.kts index 89aa514e6..abf486cf5 100644 --- a/Bukkit/build.gradle.kts +++ b/Bukkit/build.gradle.kts @@ -84,7 +84,7 @@ tasks.named("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")