aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0152-Handle-plugin-prefixes-using-Log4J-configuration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0152-Handle-plugin-prefixes-using-Log4J-configuration.patch')
-rw-r--r--patches/server/0152-Handle-plugin-prefixes-using-Log4J-configuration.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0152-Handle-plugin-prefixes-using-Log4J-configuration.patch b/patches/server/0152-Handle-plugin-prefixes-using-Log4J-configuration.patch
index 8168b7544b..b9a3c17795 100644
--- a/patches/server/0152-Handle-plugin-prefixes-using-Log4J-configuration.patch
+++ b/patches/server/0152-Handle-plugin-prefixes-using-Log4J-configuration.patch
@@ -15,10 +15,10 @@ This may cause additional prefixes to be disabled for plugins bypassing
the plugin logger.
diff --git a/build.gradle.kts b/build.gradle.kts
-index 6c86bb7ff8c7bfcfc29fe79ea8c6f79656a3d7ae..5b009dc1b35e551ed78baf86b49d6470c4598a12 100644
+index dccb73a4e1bc38cd64bb0a654cb92117aa76692a..ef1359ed87282dc9aab7ea49afcc1f0db345018d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
-@@ -21,7 +21,7 @@ dependencies {
+@@ -17,7 +17,7 @@ dependencies {
all its classes to check if they are plugins.
Scanning takes about 1-2 seconds so adding this speeds up the server start.
*/