build.gradle 수정.

master
강석 최 2023-09-21 17:29:09 +09:00
parent 37b237d793
commit 79c02ac701
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
plugins {
id 'org.springframework.boot' version '2.7.2'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'java'
id 'org.springframework.boot' version '2.7.2'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'java'
}
group = 'com.dbnt'
@ -9,10 +9,10 @@ version = '0.0.1-SNAPSHOT'
sourceCompatibility = '11'
configurations {
compileOnly {
extendsFrom annotationProcessor
}
all {
compileOnly {
extendsFrom annotationProcessor
}
configureEach {
exclude group: 'ch.qos.logback', module: 'logback-classic'
exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j'
}