aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch')
-rw-r--r--patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch b/patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch
index 7b3f3156dd..e3a8285a0e 100644
--- a/patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch
+++ b/patches/server/0012-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 3dc1e82536e1e84287499825ab191c4e92bc37d7..5b5bcb37cf3a318fa80e6b594b0b900f50a471cc 100644
+index 05ea33821177d5a4917cd3cb69be85fefb9452a7..859ef5811880e988640230374f180fb2d197a26e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
-@@ -24,7 +24,7 @@ dependencies {
+@@ -23,7 +23,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.
*/