mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
upgrade to logback 1.2.8
This commit is contained in:
parent
d59da36506
commit
645be6a5a5
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ dependencies {
|
|||
exclude group: 'org.hamcrest', module: 'hamcrest-core'
|
||||
exclude group: 'junit', module: 'junit'
|
||||
}
|
||||
implementation ('ch.qos.logback:logback-classic:1.2.3') {
|
||||
implementation ('ch.qos.logback:logback-classic:1.2.8') {
|
||||
exclude group: 'org.hamcrest', module: 'hamcrest-core'
|
||||
exclude group: 'org.slf4j'
|
||||
}
|
||||
|
@ -90,12 +90,12 @@ shadowJar {
|
|||
}
|
||||
|
||||
extraJavaModuleInfo {
|
||||
module('logback-core-1.2.3.jar', 'logback.core', '1.2.3') {
|
||||
module('logback-core-1.2.8.jar', 'logback.core', '1.2.8') {
|
||||
exports('ch.qos.logback.core')
|
||||
exports('ch.qos.logback.core.spi')
|
||||
requires('java.xml')
|
||||
}
|
||||
module('logback-classic-1.2.3.jar', 'logback.classic', '1.2.3') {
|
||||
module('logback-classic-1.2.8.jar', 'logback.classic', '1.2.8') {
|
||||
exports('ch.qos.logback.classic')
|
||||
exports('ch.qos.logback.classic.spi')
|
||||
requires('org.slf4j')
|
||||
|
|
Loading…
Reference in a new issue