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.

Getting lombok dependency missing error on non-java project

See original GitHub issue

The 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:closed
  • Created 7 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
relgamescommented, Jul 27, 2016

per-project configuration

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…

2reactions
alexejkcommented, Jul 27, 2016

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.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

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