28

Lombok plugin in IntelliJ IDEA 2020.1 (Ultimate Edition) isn't compatible with this IDE instance. I don't know if it is a problem just in my machine or is it in everybody's machine:

enter image description here

Is it fixable? Or is it a temporary issue?

TJReinert
  • 327
  • 3
  • 11
Hamza Belmellouki
  • 2,516
  • 1
  • 18
  • 39
  • When I hit such an issue, I usually update the `until-build` attribute on the `idea-version` tag in `META-INF/plugin.xml` (``) – Janaka Bandara Apr 16 '20 at 03:42
  • If reinstalling the plugin doesn't work, try this version [lombok-plugin-0.30-EAP.zip](https://github.com/mplushnikov/lombok-intellij-plugin/files/4446418/lombok-plugin-0.30-EAP.zip). To install press `Ctrl + Shift + A`, Search "Install Plugin from Disk". – Eagle_Eye Jul 15 '20 at 07:40

3 Answers3

27

2020 Edit: Try uninstalling and reinstalling the Lombok plugin.


It's a temporary issue. The github issue below says others have had luck uninstalling / reinstalling the plugin.

https://github.com/mplushnikov/lombok-intellij-plugin/issues/775

If that does not work then there is a plugin you can install manually as a workaround.

Edit: Here are some screenshots on uninstalling/reinstalling.

Go to settings -> plugins, search for lombok under intalled. Click on the dropdown menu to show 'Uninstall'. enter image description here

Click 'apply', go to the marketplace tab and click install. Then restart your IDE.

enter image description here

TJReinert
  • 327
  • 3
  • 11
4

I just updated the intellij dependency and build it locally. For me this lombok-plugin-0.30-EAP.zip works until the official update ist out :-) (Settings➙Plugins➙⚙️➙Install Plugin from Disk...)

saurabh kumar
  • 155
  • 5
  • 26
0

If you are getting the update button there in your IDE, then just updating that Lombok plugin will work for you. As I was using the 2019.1.4 version of IntelliJ. It worked for me by just updating it. Else, uninstall it and install it again. It will install the compatible version for you. This is the message I got after updating it
This is the message I got after updating it- Image attached

Current Lombok version which is compatible with my 2019.1 IntelliJ
Current Lombok version which is compatible with my 2019.1 IntelliJ

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103