Revert disruptor version to 3.4.4.

Version 4 of disruptor is not compatible with current log4j we have.
This commit is contained in:
Kichura 2024-01-19 23:44:38 +01:00 committed by GitHub
parent 15ca031125
commit b9a3467019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ dependencies {
val log4jVer = "2.22.1"
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("org.apache.logging.log4j:log4j-core:$log4jVer")
implementation("org.apache.logging.log4j:log4j-iostreams:$log4jVer")