Lombok Issue
Im trying to use lombok in my anticheat project but its not working i took over 4 hours me and my friend trying to fix it rebuilding, cleaning. And it just doesnt want to work, any help?
21 Replies
⌛
This post has been reserved for your question.
Hey @Alzore! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
Are you using JDK 22 or later?
JDK 8
Does the issue also occur when compiling from the command line?
What exactly are you doing? What happens?
no it doesn't
So only in the IDE?
What IDE are you using?
IntelliJ
we using it for the @Getter
to not create a method and get and set every variable
I assume it's just not creating the methods?
nope, not creating them and its annoying
Can you try all of the following (might be necessary to do multiple):
- Update to the latest Lombok version
- Add
-proc:full
to the conpiler args of the Maven compiler plugin
- In your project properties/settings, search for "annotation processor" and show me what you have there
- in the project structure, show me what's there, specifically the used JDK (not the language level)
- In the IntelliJ plugin page, search for "Lombok" and show me a screenshot of the resultsOkay
well I mean the first two might be necessary together
the Language Level is SDK Default

whats the latest lombok ver tho
that option must be enabled for Lombok to work
BRUHHHHH
NO WAY LMAO
but I'm talking about the actually used JDK for building which is different from the language level
Did that do it?
1 second
No, it doesnt seem to be fixed
In that case, please show me the other things
and don't forget to reload the Maven project after the two changes to the pom.xml
also that thing shows a menu on the left with a + at the top - can you expand that menu/show me the full thing?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.