Skip to content

Commit 3ba2a7a

Browse files
add Lombok dependency
1 parent 165cf34 commit 3ba2a7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ dependencies {
2424
compile 'junit:junit:4.12'
2525
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
2626
testCompile group: 'junit', name: 'junit', version:'4.12'
27+
28+
compileOnly 'org.projectlombok:lombok:1.18.12'
29+
annotationProcessor 'org.projectlombok:lombok:1.18.12'
30+
testCompileOnly 'org.projectlombok:lombok:1.18.12'
31+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
2732
}

0 commit comments

Comments
 (0)