Getting lombok dependency missing error on non-java project
See original GitHub issueThe recent version of the lombok plugin tries to add itself to every project, regardless of the project type. I’m working on a golang project, but every time, when I start intellij or open the project, I’m getting the following error:
11:51 AM Lombok Dependency is missing
Project "go-restful-middleware" does not seem to have lombok dependency added.
This plugin does not provide it and will not function correctly without.
Please make sure to add it manually and refresh your project.
Click here to see how to add it to your project.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Maven-tycho says Lombok required artifact is missing ...
Lombok acts a bit differently as a dependency. There are two ways of getting your lombok dependent code to work. You can either...
Read more >Java Project Lombok | DigitalOcean
Adding Lombok in your project is simple. Just add the below dependency in your maven project pom.xml file. <dependency> <groupId>org.
Read more >561287 – Incremental compilation reports spurious ... - Bugs
Hello everyone, After an upgrade to Eclipse 2020-03, several developers in my company observe this bug. It always occurs in the same project,...
Read more >IntelliJ IDEA - Project Lombok
Go to File > Settings > Plugins; Click on Browse repositories... Search for Lombok Plugin; Click on Install plugin; Restart IntelliJ IDEA.
Read more >Java Microservices with Spring Boot and Spring Cloud
Since that's one of the quickest ways to get started, I figured I'd walk ... In the spring-boot+cloud directory, there are three projects:....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
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
I use lombok in maybe 1 project out of 10. Did you consider adding an option to disable all warnings altogether, not on a per-project basis?
If that is absolutely not an option, is there a way to downgrade? Please understand me, everything used to be working fine for me, and after the update I have to do something in 90% of my projects just because some users could not understand obvious things and there is no option to disable annoying warnings once for all projects…
To mitigate this issue to some extend, I’ve made #266 that should allow you disable “missing lombok dependency” warning for the project that is non-java or where your project is properly configured but has non-java modules.