Gradle plugin to create publicApi.jar
Creates a task, 'generateLombokDependency', that creates the publicApi.jar and puts it in the project's libs/.
apt 'org.projectlombok:lombok:1.14.8'
compile fileTree(dir: 'libs', include: ['*.jar'])
Still needs to create a default lombok.config to suppress the use of @java.beans.ConstructorProperties.