aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0157-Handle-plugin-prefixes-using-Log4J-configuration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0157-Handle-plugin-prefixes-using-Log4J-configuration.patch')
-rw-r--r--patches/server/0157-Handle-plugin-prefixes-using-Log4J-configuration.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0157-Handle-plugin-prefixes-using-Log4J-configuration.patch b/patches/server/0157-Handle-plugin-prefixes-using-Log4J-configuration.patch
index ed51cc1274..54b7aaa5b1 100644
--- a/patches/server/0157-Handle-plugin-prefixes-using-Log4J-configuration.patch
+++ b/patches/server/0157-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 a85b1922391bd9aa121a3654f0095c9523e7fbd7..55915452beff1f8b6b9a44cf2a6d208dda6c3d8d 100644
+index 168728c96f8a8aaf5912f4d70cb5939daeb9cb27..8967d19c1ffa3b6cc38b53cbbc1341fe0ed4c60b 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
-@@ -30,7 +30,7 @@ dependencies {
+@@ -28,7 +28,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.
*/