Skip to content

Commit

Permalink
fix: moved runtimeOnly dep to mainModuleInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Aug 22, 2024
1 parent 8d24a57 commit dc759d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ application {
mainModuleInfo {
annotationProcessor("com.google.auto.service.processor")
runtimeOnly("com.swirlds.config.impl")
}

dependencies {
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1") { because("java.logging") }
runtimeOnly("org.apache.logging.log4j.slf4j2.impl")
}

testModuleInfo {
Expand Down

0 comments on commit dc759d3

Please sign in to comment.