Skip to content

Commit

Permalink
add logger-config for up to 13w38c to common librarries
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Aug 19, 2024
1 parent 94ae8b0 commit 7cb7216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/ornithemc/ploceus/CommonLibraries.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public CommonLibraries(Project project, PloceusGradleExtension ploceus) {
this.libraries.add(Library.all("it.unimi.dsi:fastutil:8.5.9"));
this.libraries.add(Library.all("com.google.code.gson:gson:2.10"));

// logger-config is needed to make log4j work in versions prior to 13w39a
this.libraries.add(Library.upTo("13w38c", "net.ornithemc:logger-config:1.0.0"));
this.libraries.add(Library.upTo("1.5.2", "com.google.guava:guava:14.0"));
this.libraries.add(Library.upTo("1.7.5", "commons-codec:commons-codec:1.9"));
this.libraries.add(Library.upTo("1.7.10", "org.apache.commons:commons-compress:1.8.1"));
Expand Down

0 comments on commit 7cb7216

Please sign in to comment.