Skip to content
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

Enhance gradle config annotation processor error report when inconsistencies in ConfigData annotation #12950

Closed
mxtartaglia-sl opened this issue Apr 23, 2024 · 0 comments · Fixed by #12960
Assignees
Milestone

Comments

@mxtartaglia-sl
Copy link
Contributor

Annotation processor code is not clear about the specific error when somebody mistakenly creates an annotation that sets the value (interpreted as the name of the property to read) instead of defaultValue (interpreted as the value to set the property to when it was not indicated in the file).
We aim to let users know what the error is and how to fix it so it does not require a debugging session for realizing what the problem is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant