[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:
Reinier Zwitserloot
2019-07-09 00:10:59 +02:00
parent 2ccd3f5f5d
commit bcf2d55abf
+1
View File
@@ -2,4 +2,5 @@ apply plugin: 'java'
dependencies {
compileOnly files('lombok.jar')
annotationProcessor files('lombok.jar')
}