I'm having trouble building my project in IntelliJ using Lombok. Lombok appears to work fine until I go to build artifact, where I get this error any place that uses a Lombok getter.
However, the code that shows up error free here here:
I have annotation processing enabled, and lombok is a dependency. I can't seem to figure out why this is,