Add logging bridge for java.util.logging

This commit is contained in:
AsamK 2021-11-08 21:16:06 +01:00
parent c60c8e998f
commit b5eef3ccad
2 changed files with 5 additions and 0 deletions

View file

@ -37,6 +37,7 @@ dependencies {
implementation("net.sourceforge.argparse4j:argparse4j:0.9.0")
implementation("com.github.hypfvieh:dbus-java:3.3.1")
implementation("org.slf4j:slf4j-simple:1.7.32")
implementation("org.slf4j", "jul-to-slf4j", "1.7.32")
implementation(project(":lib"))
}