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 fb85851 commit 508c590Copy full SHA for 508c590
java/build.gradle
@@ -34,6 +34,13 @@ dependencies {
34
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
35
implementation 'javax.annotation:javax.annotation-api:1.3.2'
36
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
44
}
45
46
jar {
0 commit comments