lombok dependency 추가

This commit is contained in:
keymasroy
2021-08-23 20:43:16 +09:00
parent 44b682fb25
commit 638fae944c
2 changed files with 8 additions and 2 deletions

View File

@@ -77,5 +77,11 @@ subprojects {
compileOnly 'org.projectlombok:lombok'
compileOnly 'org.springframework.boot:spring-boot-devtools'
compile 'org.springframework.boot:spring-boot-starter-aop'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
}
}

View File

@@ -1,5 +1,5 @@
bootJar.enabled = true
jar.enabled = false
bootJar.enabled = false
jar.enabled = true
repositories {