Lombok plugin incompatible with 2018.1 Intellij Idea
Asked Answered
S

4

59

Right now I have seen Intellij Idea update window with the notion:

Plugin incompatible with new build found: Lombok Plugin

enter image description here

Is there a way to solve the problem or I should wait till lombok plugin team resolved the compatibility issues?

Silverplate answered 28/3, 2018 at 9:11 Comment(3)
Try updating plugin manually as described here: jetbrains.com/help/idea/…Shenashenan
Possible duplicate of Intellij fails to detect the logger added by @Slf4j using LombokGreenburg
just update your LombokRotative
S
111

The following is a solution works for me:

  1. Update intellij idea (I use the community release zip package)
  2. Run Idea and open settings
  3. Select lombok plugin and reload list of plugins enter image description here
  4. Then there will button Update instead of Uninstall. Press it and after updating restart Idea

Have a look at link for more information.

Silverplate answered 28/3, 2018 at 10:0 Comment(3)
this also solved my issue with the go-plugin, which enables the GoLand feature-setUnsuitable
Updating Lombok also solved several instances of IntelliJ improperly highlighting what it thought were compile errors.Polynices
Worked on 2018.2! But isn't IDEA supposed to update plugins automatically?Psychographer
P
13

Just uninstall Lombok Plugin and install it again.

Photogram answered 28/3, 2018 at 10:6 Comment(1)
I could not find the options in the selected answer. But, your answer worked well for me. I had updated to Intellij 2020.1 and was getting an error that lombok plugin won't work anymore. Thanks. (PS - Never underestimate the power of restarting, reinstalling etc.)Gloze
D
5

Adding on to the above answers, because I cannot comment. It is unnecessary to remove Lombok. I didn't see update option at first in plugins list (even after reloading the list), but when you enter 'browse repositories' and search for Lombok there, you should be seeing an update option, as I did.

Don't forget to re-enable annotation processing, which in my case was disabled after the update.

Dryer answered 28/3, 2018 at 10:4 Comment(0)
R
3

Lombok works in IDEA CE 2018.1 actually, just tried.
Although, you might want to update or remove-then-reinstall that Lombok plugin after upgrading IDEA

IntelliJ Lombok plugin 0.15.17.2 
IntelliJ IDEA 2018.1 (Community Edition)
Build #IC-181.4203.550, built on March 27, 2018
macOS 10.13.3

Screenshots: IDEA 2018.1 & Lombok plugin in use

Refraction answered 28/3, 2018 at 9:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.