Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lombok plugin incompatible with 2018.1 Intellij Idea

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?

like image 365
Loom Avatar asked Mar 28 '18 09:03

Loom


People also ask

Does IntelliJ come with Lombok?

As of IntelliJ version 2020.3, we don't need to configure the IDE to use Lombok anymore. The IDE comes bundled with the plugin. Also, the annotation processing will be enabled automatically.

What is Lombok plugin?

What is Lombok. Project Lombok (from now on, Lombok) is an annotation-based Java library that allows you to reduce boilerplate code. Lombok offers various annotations aimed at replacing Java code that is well known for being boilerplate, repetitive, or tedious to write.


Video Answer


1 Answers

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.

like image 157
Loom Avatar answered Sep 22 '22 01:09

Loom