Skip to content

Commit 5d47575

Browse files
committed
Added Lombok as a dependency
1 parent 71916a1 commit 5d47575

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ dependencies {
4949
implementation 'com.squareup.okhttp3:okhttp:4.1.0'
5050
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1'
5151

52+
// Lombok
53+
compileOnly 'org.projectlombok:lombok:1.18.10'
54+
annotationProcessor 'org.projectlombok:lombok:1.18.8'
55+
5256
testImplementation 'junit:junit:4.12'
5357
}
5458

0 commit comments

Comments
 (0)