-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails when using picocli-codegen #1137
Comments
@xligrd Thank you for raising this.
Thanks! |
Many thanks for quick reaction. |
I would like to try to reproduce the problem. |
Sure. I'm attaching a minimalistic application using which I was able to reproduce it. |
@xligrd Please disregard my previous comment: I was able to reproduce the issue. I am looking at how to fix this. |
@xligrd Thank you! 😅 |
Np :) |
I think I found the cause:
I will add some tests to verify this and try to roll out a bugfix release for this soon. |
Thanks a lot. |
I finally had time to create a test to confirm that this indeed fixes the issue. Thanks again for raising this. |
@xligrd Picocli 4.5 has been released, which includes this fix. |
I am still running in to this with picocli 4.6.1: I am using graalvm jdk 11: @remkop do you want me to open a new issue? |
@agibsonccc Yes please create a new ticket. Thank you! |
I set up picocli-codegen as an annotation processor and from that point on build always fails with:
Where the related code looks like:
Am I doing something wrong or is it bug?
The text was updated successfully, but these errors were encountered: