Skip to content

Commit

Permalink
Merge pull request #9 from kb-1000/downgrade-log4j-slf4j
Browse files Browse the repository at this point in the history
Downgrade Log4j SLF4J bridge to match Minecraft's log4j version
  • Loading branch information
Tom-The-Geek authored Feb 21, 2021
2 parents 882ac42 + e893de4 commit 334ee0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ dependencies {
include "fr.catcore:server-translations-api:1.4.1"

include "org.slf4j:slf4j-api:1.7.25"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.13.1"
include "org.apache.logging.log4j:log4j-slf4j-impl:2.13.1"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.8.1"
include "org.apache.logging.log4j:log4j-slf4j-impl:2.8.1"
}

processResources {
Expand Down

0 comments on commit 334ee0b

Please sign in to comment.