We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165cf34 commit 3ba2a7aCopy full SHA for 3ba2a7a
build.gradle
@@ -24,4 +24,9 @@ dependencies {
24
compile 'junit:junit:4.12'
25
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
26
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'
32
}
0 commit comments