You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You probably know much more about annotation processors (and how their arguments are discovered by the compiler). If you think that my analysis is plausible, then I'd have a go, yes.
Thank you again for raising this.
I pushed a fix to the master branch.
Interestingly/unfortunately, I was unable to reproduce the issue in the unit test.
Can you verify that the problem goes away when you build picocli from master?
With
-Averbose=true
I getI suspect that this is because the option is not listed at
picocli/picocli-codegen/src/main/java/picocli/codegen/aot/graalvm/processor/NativeImageConfigGeneratorProcessor.java
Lines 20 to 27 in 5ee80a3
Could you please verify that, and consider adding the constant
picocli/picocli-codegen/src/main/java/picocli/codegen/aot/graalvm/processor/AbstractGenerator.java
Line 12 in 5ee80a3
Thanks.
The text was updated successfully, but these errors were encountered: