Why was GenerateLombokConfig deprecated? #390
-
I'm updating to version "6.2.0". My goal is to completely disable the generation of lombok.config files. Previously I could do that my disabling the task, but it seems the task was removed or renamed, and the GenerateLombokConfig class was deprecated. How should we accomplish this now? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Since Version 6.x the plugin does not generate More information about the rationale can be found here: #379 (comment) |
Beta Was this translation helpful? Give feedback.
-
That makes sense. It always annoyed me that it would overwrite my config files if I didn’t disable that task.
Thanks for answering:)
…Sent from my iPhone
On Sep 17, 2021, at 16:04, Lars Grefer ***@***.***> wrote:
Since Version 6.x the plugin does not generate lombok.config files anymore.
That is why the corresponding Task class was removed.
More information about the rationale can be found here: #379 (comment)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
Since Version 6.x the plugin does not generate
lombok.config
files anymore.That is why the corresponding Task class was removed.
More information about the rationale can be found here: #379 (comment)