Skip to content

Commit

Permalink
hotfix: 로깅 관련 기능 충돌 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leedy3838 committed Jul 13, 2024
1 parent 42a1c6f commit 34493e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ java {
}

configurations {
configureEach {
exclude group: 'commons-logging', module: 'commons-logging'
}
compileOnly {
extendsFrom annotationProcessor
}
Expand Down

0 comments on commit 34493e0

Please sign in to comment.