Closed aram535 closed 5 years ago
Can you provide a quick standalone example so I can have a look at it?
There is an example here: https://github.com/franzbecker/gradle-lombok/blob/master/examples/delombok-gradle-groovy/build.gradle
The difference might be that it's added using the legacy mechanism: https://github.com/franzbecker/gradle-lombok/blob/master/examples/build.gradle
I added the plugin to my build.gradle (1st):
Apply the delombok.gradle, and I get the following error. I also tried adding a "buildScript" section above the import to see if that would resolve it.