2021-12-10 03:02:41 +01:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: darbyjack <admin@glaremasters.me>
|
|
|
|
Date: Thu, 9 Dec 2021 19:17:02 -0600
|
|
|
|
Subject: [PATCH] Update Log4j
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
2022-10-02 09:56:36 +02:00
|
|
|
index 30a600ef1dfedc1a050268af593074659382bc36..039891cc7ffd355f2d4c1cd202a042bf061ddfa8 100644
|
2021-12-10 03:02:41 +01:00
|
|
|
--- a/build.gradle.kts
|
|
|
|
+++ b/build.gradle.kts
|
2022-04-14 04:58:48 +02:00
|
|
|
@@ -20,10 +20,11 @@ dependencies {
|
2021-12-10 03:02:41 +01:00
|
|
|
all its classes to check if they are plugins.
|
|
|
|
Scanning takes about 1-2 seconds so adding this speeds up the server start.
|
|
|
|
*/
|
|
|
|
- implementation("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - implementation
|
|
|
|
- annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for our Log4j plugins
|
2021-12-28 22:07:25 +01:00
|
|
|
+ implementation("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - implementation
|
|
|
|
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.17.1") // Paper - Needed to generate meta for our Log4j plugins
|
2021-12-10 03:02:41 +01:00
|
|
|
// Paper end
|
2022-03-01 06:43:03 +01:00
|
|
|
implementation("org.apache.logging.log4j:log4j-iostreams:2.17.1") // Paper
|
2021-12-28 22:07:25 +01:00
|
|
|
+ implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.1") // Paper
|
2022-06-08 14:33:46 +02:00
|
|
|
implementation("org.ow2.asm:asm:9.3")
|
|
|
|
implementation("org.ow2.asm:asm-commons:9.3") // Paper - ASM event executor generation
|
2022-06-09 10:51:45 +02:00
|
|
|
implementation("org.spongepowered:configurate-yaml:4.1.2") // Paper - config files
|