You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
"Lombok Requires Annotation Processing" warning is displayed even if IDEA option File | Settings | Build, Execution, Deployment | Build Tools | Gradle | Runner | Delegate IDE build/run actions to gradle is enabled.
Expected behavior
Warning should not be displayed.
Version information
IDEA Version: IntelliJ IDEA 2018.2.2 (Ultimate Edition), Build #IU-182.4129.33, built on August 21, 2018
NOTE: after few tries I noticed that steps 2 and 3 are optional (after importing gradle project build delegation was enabled by default and annotation processing was disabled)
Short description
"Lombok Requires Annotation Processing" warning is displayed even if IDEA option
File | Settings | Build, Execution, Deployment | Build Tools | Gradle | Runner | Delegate IDE build/run actions to gradle
is enabled.Expected behavior
Warning should not be displayed.
Version information
Steps to reproduce
File | Settings | Build, Execution, Deployment | Build Tools | Gradle | Runner | Delegate IDE build/run actions to gradle
File | Settings | Build, Execution, Deployment | Compiler | Annotation Processors | Enable annotation processing
NOTE: after few tries I noticed that steps 2 and 3 are optional (after importing gradle project build delegation was enabled by default and annotation processing was disabled)
Sample project
https://github.com/brempusz/net.bartoos.bugs.lombok.idea-plugin-misleading-warning
NOTE: my .idea directory is attached as archive my-dot-idea.tar.gz (so you can reproduce the issue without removing my version of .idea directory)
Additional information
I think the problem is here: it should also check if delegating build to gradle is enabled.
lombok-intellij-plugin/src/main/java/de/plushnikov/intellij/plugin/LombokPluginProjectValidatorComponent.java
Line 90 in cddc535
The text was updated successfully, but these errors were encountered: