mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
Revert disruptor version to 3.4.4.
Version 4 of disruptor is not compatible with current log4j we have.
This commit is contained in:
parent
15ca031125
commit
b9a3467019
@ -87,7 +87,7 @@ dependencies {
|
|||||||
|
|
||||||
val log4jVer = "2.22.1"
|
val log4jVer = "2.22.1"
|
||||||
val slf4jVer = "2.0.11"
|
val slf4jVer = "2.0.11"
|
||||||
implementation("com.lmax:disruptor:4.0.0")
|
implementation("com.lmax:disruptor:3.4.4")
|
||||||
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
||||||
implementation("org.apache.logging.log4j:log4j-core:$log4jVer")
|
implementation("org.apache.logging.log4j:log4j-core:$log4jVer")
|
||||||
implementation("org.apache.logging.log4j:log4j-iostreams:$log4jVer")
|
implementation("org.apache.logging.log4j:log4j-iostreams:$log4jVer")
|
||||||
|
Loading…
Reference in New Issue
Block a user