1 2 3 4 5 6
apply plugin: 'java' dependencies { compileOnly files('lombok.jar') annotationProcessor files('lombok.jar') }