Skip to content

Commit 508c590

Browse files
committed
java: Add lombok
1 parent fb85851 commit 508c590

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

java/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ dependencies {
3434
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
3535
implementation 'javax.annotation:javax.annotation-api:1.3.2'
3636
testImplementation 'junit:junit:4.13.1'
37+
38+
compileOnly 'org.projectlombok:lombok:1.18.36'
39+
annotationProcessor 'org.projectlombok:lombok:1.18.36'
40+
41+
testCompileOnly 'org.projectlombok:lombok:1.18.36'
42+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
43+
3744
}
3845

3946
jar {

0 commit comments

Comments
 (0)