question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.

See original GitHub issue

Short 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

67reactions
bryce-pilchercommented, Dec 9, 2020

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.

Intellij build options

14reactions
Debugger-15commented, Dec 11, 2020

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.

Intellij build options

You, Sir, Saved my day. Thank you so very much 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found