build.gradle 수정.
parent
37b237d793
commit
79c02ac701
|
|
@ -12,7 +12,7 @@ configurations {
|
||||||
compileOnly {
|
compileOnly {
|
||||||
extendsFrom annotationProcessor
|
extendsFrom annotationProcessor
|
||||||
}
|
}
|
||||||
all {
|
configureEach {
|
||||||
exclude group: 'ch.qos.logback', module: 'logback-classic'
|
exclude group: 'ch.qos.logback', module: 'logback-classic'
|
||||||
exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j'
|
exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue