Skip to content

Commit

Permalink
chore: annotationProcessor 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wjddn2165 committed Aug 6, 2024
1 parent 86a8b9b commit c32c187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ dependencies {
implementation 'org.projectlombok:lombok'
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")}
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
annotationProcessor('org.projectlombok:lombok')

}

tasks.named('test') {
useJUnitPlatform()
Expand Down

0 comments on commit c32c187

Please sign in to comment.