Skip to content

Commit

Permalink
switch from log4j1 to reload4j (#944)
Browse files Browse the repository at this point in the history
For more details see https://reload4j.qos.ch/. Builds using
nebula resolution rules will replace log4j with reload4j if
both are present ([5c087f]).

[5c087f]: nebula-plugins/gradle-resolution-rules@5c087f7
  • Loading branch information
brharrington authored Feb 2, 2022
1 parent bc23791 commit cdd0601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectator-ext-log4j1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api project(':spectator-api')
api "log4j:log4j:1.2.17"
api "ch.qos.reload4j:reload4j:1.2.18.3"
}

jar {
Expand Down

0 comments on commit cdd0601

Please sign in to comment.