mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add logging bridge for java.util.logging
This commit is contained in:
parent
c60c8e998f
commit
b5eef3ccad
2 changed files with 5 additions and 0 deletions
|
@ -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"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue