Skip to content

Commit

Permalink
downgrade slf4j api and binding to versions that exist on libraries.m…
Browse files Browse the repository at this point in the history
…inecraft.net
  • Loading branch information
SpaceWalkerRS committed Feb 1, 2024
1 parent ae20c48 commit 3904fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/ornithemc/ploceus/CommonLibraries.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public CommonLibraries(Project project, PloceusGradleExtension ploceus) {

// the slf4j binding for log4j - this version has been tested to work on 1.6, 1.11, 1.12
// lower versions of mc not tested because they did not yet ship log4j to begin with
this.libraries.add(Library.all("org.slf4j:slf4j-api:2.0.11"));
this.libraries.add(Library.all("org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1"));
this.libraries.add(Library.all("org.slf4j:slf4j-api:2.0.1"));
this.libraries.add(Library.all("org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0"));
this.libraries.add(Library.all("org.apache.logging.log4j:log4j-api:2.19.0", "org.apache.logging.log4j:log4j-core:2.19.0"));
this.libraries.add(Library.all("it.unimi.dsi:fastutil:8.5.9"));
this.libraries.add(Library.all("com.google.code.gson:gson:2.10"));
Expand Down

0 comments on commit 3904fe5

Please sign in to comment.