mirror of
https://github.com/federicoiosue/Omni-Notes.git
synced 2026-03-13 08:02:54 +08:00
Updated Lombok to 1.18.30
This commit is contained in:
2
lombok.config
Normal file
2
lombok.config
Normal file
@@ -0,0 +1,2 @@
|
||||
lombok.anyConstructor.suppressConstructorProperties = true
|
||||
lombok.addGeneratedAnnotation = false
|
||||
@@ -140,8 +140,8 @@ dependencies {
|
||||
exclude group: "com.android.support"
|
||||
}
|
||||
|
||||
compileOnly 'org.projectlombok:lombok:1.18.28'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.28'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.30'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.30'
|
||||
|
||||
annotationProcessor 'org.androidannotations:androidannotations:4.8.0'
|
||||
implementation 'org.androidannotations:androidannotations-api:4.8.0'
|
||||
|
||||
Reference in New Issue
Block a user