aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2024-04-27 13:31:37 -0700
committerJason Penilla <[email protected]>2024-04-27 13:31:37 -0700
commit711dbd74eafce8c13959584a0e20a2c76209b422 (patch)
tree22e0dced04a9b92d546d6b70900a06698900ce4b /patches/server/0012-Handle-plugin-prefixes-using-Log4J-configuration.patch
parente2552eea2481871c9d8445a3c5653a2329112648 (diff)
downloadPaper-711dbd74eafce8c13959584a0e20a2c76209b422.tar.gz
Paper-711dbd74eafce8c13959584a0e20a2c76209b422.zip
Bump adventure ansi serializer
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.
*/