Skip to content

Commit

Permalink
Fix Gradle instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed May 2, 2024
1 parent 54a883a commit 5d4da95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/antora/modules/ROOT/pages/5min.adoc
Expand Up @@ -396,10 +396,10 @@ dependencies {
// Assuming you already have the `implementation platform(...)` entry for `log4j-bom`
// The logging implementation (i.e., Log4j Core)
testOnly 'org.apache.logging.log4j:log4j-core' // <1>
testRuntimeOnly 'org.apache.logging.log4j:log4j-core' // <1>
// SLF4J-to-Log4j bridge // <2>
testOnly 'org.apache.logging.log4j:log4j-slf4j2-impl' // <1>
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl' // <1>
}
----
Expand Down

0 comments on commit 5d4da95

Please sign in to comment.