You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.
See original GitHub issueShort description
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
Expected behavior
It should start working as expected
Version information
-
IDEA Version: IntelliJ IDEA 2020.3 EAP (Community Edition) Runtime version: 11.0.8+10-b1098.1 amd64
-
JDK Version: 1.8.0
-
**OS Type & Version:**ubuntu1.18.0
-
Lombok Plugin Version: 1.18.0
-
Lombok Dependency Version: What version of lombok.jar are you using?
Stacktrace
I am not able to find any solution any where on the net please help me out
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (1 by maintainers)
Top Results From Across the Web
java: You aren't using a compiler supported by lombok, so ...
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. Your processor is: com.sun.proxy.
Read more >You aren't using a compiler supported by lombok, so lombok ...
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. Duplicates 1. Duplicates 1 issue (0...
Read more >IntelliJ Lombok Compiler Support Disabled
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.<br> Your processor is: com.sun.proxy.
Read more >You aren't using a compiler supported by lombok ... - CSDN博客
java : You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. 解决办法. 经查以下已经有人在github提出了 ...
Read more >Lombok not working with AspectJ - Google Groups
Eclipse 3.4 with AJDT plug-in. I checked the .project file of the project. It has the AspectJ builder tags rather than the Java...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
You, Sir, Saved my day. Thank you so very much 😃