Skip to content

Commit

Permalink
Added Log4J
Browse files Browse the repository at this point in the history
  • Loading branch information
atom7xyz committed Jul 30, 2023
1 parent f81657e commit c12a188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ subprojects {

/* Reflections related */
implementation("org.reflections:reflections:0.10.2")

/* Others */
implementation("org.apache.logging.log4j:log4j-core:2.20.0")
}

tasks.test {
Expand Down

0 comments on commit c12a188

Please sign in to comment.