diff options
Diffstat (limited to 'patches/server/0223-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch')
-rw-r--r-- | patches/server/0223-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0223-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch b/patches/server/0223-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch index 9ae2453670..d922762036 100644 --- a/patches/server/0223-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch +++ b/patches/server/0223-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch @@ -5,11 +5,11 @@ Subject: [PATCH] Use AsyncAppender to keep logging IO off main thread diff --git a/build.gradle.kts b/build.gradle.kts -index 8cec9cdfc2708153e8d37a7d52a15fd47dc21dcd..125630037713c4790636ffd11b14b2c1d83a085a 100644 +index 09751abfae4cb9cff7e1cbf62b3cc5f81fb0d680..1494d794793c1cd45ef920bb02a7e7f98d51946a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -28,6 +28,7 @@ dependencies { - implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation +@@ -29,6 +29,7 @@ dependencies { + implementation("org.bstats:bstats-base:2.2.1") // Paper runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3") runtimeOnly("mysql:mysql-connector-java:8.0.27") + runtimeOnly("com.lmax:disruptor:3.4.4") // Paper |