Update lombok to 1.18.24 (#42)
Not sure why I never had compiling issues and others did, but I see no reason not to update this.
This commit is contained in:
parent
8d7f240010
commit
1600841a58
|
@ -3,8 +3,8 @@ apply plugin: "com.vanniktech.maven.publish"
|
|||
|
||||
dependencies {
|
||||
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.0'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.12'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.12'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.24'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.24'
|
||||
}
|
||||
|
||||
compileJava {
|
||||
|
|
Loading…
Reference in New Issue