Closed richip closed 2 years ago
Can you provide a small sample project which reproduces this error?
@larsgrefer I attached you a very simple project freefair-lombok-442.zip
@larsgrefer was this resolved? I am running into a similar problem using dgs-codegen.
@MayCXC This should be fixed in 6.4.0 If you still have a problem with the current version, feel free to open a new issue
I can confirm that netflix's dgs plugin and 6.4.0 are throwing a similar dependency error in recent gradle (7.4). I will look into opening a new issue. Thank you for this plugin and all your help!
While using the https://github.com/unbroken-dome/gradle-xjc-plugin plugin, doing a build results in the error:
Should the code that generates it (
ConfigUtil.getLombokConfigTasks
) be the one to indicate this dep? The gradle script author? Or should thexjcGenerate
script do something to indicate it contributes to a srcDir?