I didn make any changes, Previously it was working fine but when I take a pull of master branch then my all projet stop working and above error start showing at the time of compilation.
This error shown in buildOutput.
In terminal it shows: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile
It should start working as expected
IDEA Version: IntelliJ IDEA 2020.3 EAP (Community Edition)
Runtime version: 11.0.8+10-b1098.1 amd64
JDK Version: 1.8.0
I am not able to find any solution any where on the net please help me out
```
duplicate #950
This is issue of lombok project. Please look here: rzwitserloot/lombok#2592 and here https://youtrack.jetbrains.com/issue/IDEA-252069
Unfortunately this can be fixed only in lombok self. So we need to wait for new lombok release.
I have the same issue, I have updated my Lombok dependency in pom.xml and it worked for me.
I had the same nasty problem when I updated today to 2020.3. It would be better for Jetbrains to try to coordinate with Lombok when releasing a new version of IDEA. Even worse is that if you go on idea's download section and click on "Other versions" in order to download the previous version, you get an empty page! Also when the IDE updates a version it would better make a backup of the previous version and offer in the UI an option to rollback to that backup. For who is interested in downloading the previous version (2020.2.4), I downloaded it from here: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2020.2+latest+builds
@valentinbrasov Jetbrains Toolbox provides instant rollback feature for all Jetbrains products if "Keep only latest version" setting is unchecked (It's unchecked by default as far as I remember).

This has a workaround in this thread rzwitserloot/lombok#2592 mentioned by @mplushnikov.
The suggestion here fixed it for me: https://github.com/rzwitserloot/lombok/issues/2592#issuecomment-705449860
Yes, add -Djps.track.ap.dependencies=false to the build process options.

This has a workaround in this thread rzwitserloot/lombok#2592 mentioned by @mplushnikov.
The suggestion here fixed it for me: rzwitserloot/lombok#2592 (comment)
Yes, add -Djps.track.ap.dependencies=false to the build process options.
You, Sir, Saved my day. Thank you so very much :)
This has a workaround in this thread rzwitserloot/lombok#2592 mentioned by @mplushnikov.
The suggestion here fixed it for me: rzwitserloot/lombok#2592 (comment)Yes, add -Djps.track.ap.dependencies=false to the build process options.
You, Sir, Saved my day. Thank you so very much :)
Saved my day. Thank you! 馃憤
This has a workaround in this thread rzwitserloot/lombok#2592 mentioned by @mplushnikov.
The suggestion here fixed it for me: rzwitserloot/lombok#2592 (comment)
Yes, add -Djps.track.ap.dependencies=false to the build process options.
Thanks Buddy!... you are life saver.
worked from me 馃憤
Thanks for the solution !
Does not work for me. Only downgrade to 2020.2 allows me to run application.
Most helpful comment
This has a workaround in this thread rzwitserloot/lombok#2592 mentioned by @mplushnikov.
The suggestion here fixed it for me: https://github.com/rzwitserloot/lombok/issues/2592#issuecomment-705449860