mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-18 04:27:34 +00:00
[docker] Update test gradle file with the new style way to do things, which involves marking lombok explicitly as an annotation processor (via github user tagae: Sebastián González)
This commit is contained in:
@@ -2,4 +2,5 @@ apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
compileOnly files('lombok.jar')
|
||||
annotationProcessor files('lombok.jar')
|
||||
}
|
||||
Reference in New Issue
Block a user