Skip to content

Commit

Permalink
build: lombok 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Sep 18, 2023
1 parent 6d2b1d1 commit 05715dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ dependencies {
// Flyway
implementation 'org.flywaydb:flyway-core'
implementation 'org.flywaydb:flyway-mysql'

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

tasks.named('test') {
Expand Down

0 comments on commit 05715dd

Please sign in to comment.