kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
171 stars 57 forks source link

Enabling APT in editor. #402

Closed alexx7676 closed 5 years ago

alexx7676 commented 5 years ago

How can I enable annotation processing in editor in the gradle project? I need this for Lombok APT. Here is how it enabled in NetBeans project: https://projectlombok.org/setup/netbeans. I need the same for the gradle project. Is it possible for now? Thank you a lot.

alexx7676 commented 5 years ago

I found this issue: https://github.com/kelemen/netbeans-gradle-project/issues/115 I think, it can help me.