This commit is contained in:
Mark Nellemann 2021-05-28 08:08:58 +02:00
parent e7560831e8
commit 95554c503e
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
dependencies {
implementation(group: 'com.github.oshi', name: 'oshi-core', version: "5.7.3") {
exclude(group: "org.slf4j")
}
}