java: You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled

Using lombok 1.18.16 did not work for me. I added the argument below in the build process VM options in

-Djps.track.ap.dependencies=false

Setting:-

Build, Execution, Deployment -> Compiler -> Shared build process VM
options

and it worked
https://github.com/rzwitserloot/lombok/issues/2592

Leave a Comment