Open coderatchet opened 6 years ago
I've created a simple Gradle plugin which does this: https://plugins.gradle.org/plugin/io.freefair.lombok
apply plugin: "io.freefair.lombok"
lombok.version = "1.18.0"
@coderatchet
cool, you're right.
That's a big one. I thought you messed up with implementation
<=> compileOnly
The gradle installation documentation does not include the new gradle 4.7+ annotation processor configuration instructions:
The following is recommended when configuring a gradle project:
Here is the Gradle documentation on including annotationProcessors on the compile classpath
Here is the stackoverflow question showing the problem I encountered when configuring lombok.