Enable Lombok annotation processor in :API module
This commit is contained in:
@@ -14,4 +14,5 @@ dependencies {
|
|||||||
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
|
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
|
||||||
implementation "org.apache.commons:commons-math3:${apacheCommonsVersion}"
|
implementation "org.apache.commons:commons-math3:${apacheCommonsVersion}"
|
||||||
implementation "org.projectlombok:lombok:${lombokVersion}"
|
implementation "org.projectlombok:lombok:${lombokVersion}"
|
||||||
|
annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user