Skip to content

Commit

Permalink
[BE] chore: 롬복 설정에서 불필요한 부분 제거 (#1067)
Browse files Browse the repository at this point in the history
* chore: 불필요한 부분 제거 및 configurations 상속 제거

* chore: 잘못 삭제된 부분 추가
  • Loading branch information
Kimprodp authored Jan 27, 2025
1 parent b1c9169 commit 3aed19f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ java {
}

configurations {
compileOnly {
extendsFrom annotationProcessor
}
asciidoctorExt
}

Expand Down Expand Up @@ -45,9 +42,10 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'

// Lombok
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.projectlombok:lombok'

// RestDocs
asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor'
Expand Down

0 comments on commit 3aed19f

Please sign in to comment.