Skip to content

Commit

Permalink
chore(#38): add dependency "testAnnotationProcessor"
Browse files Browse the repository at this point in the history
Resolves: #38
  • Loading branch information
jiwon83 committed Dec 1, 2024
1 parent 7527b60 commit 697c02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ subprojects {
compileOnly 'org.projectlombok:lombok'
testImplementation 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
}

tasks.named('bootJar') {
Expand Down

0 comments on commit 697c02e

Please sign in to comment.