Skip to content

Commit

Permalink
chore: Lombok 플러그인 적용
Browse files Browse the repository at this point in the history
- 기존 의존성은 제거
  • Loading branch information
uijin31 committed Nov 30, 2024
1 parent 5eb4c9e commit d1f3854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'org.springframework.boot' version '3.3.5' apply false
id 'io.spring.dependency-management' version '1.1.6' apply false
id 'io.freefair.lombok' version '8.11' apply false
}

allprojects {
Expand Down
5 changes: 1 addition & 4 deletions nowait-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot'
id 'io.spring.dependency-management'
id 'io.freefair.lombok'
}

java {
Expand All @@ -16,10 +17,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'

// Lombok
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'

// Test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Expand Down

0 comments on commit d1f3854

Please sign in to comment.