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

Enable strict validation of Gradle tasks #1258

Closed
3flex opened this issue Dec 19, 2022 · 0 comments · Fixed by #1257
Closed

Enable strict validation of Gradle tasks #1258

3flex opened this issue Dec 19, 2022 · 0 comments · Fixed by #1257
Milestone

Comments

@3flex
Copy link
Contributor

3flex commented Dec 19, 2022

Is your feature request related to a problem? Please describe.
Gradle tasks should declare all necessary annotations so Gradle can make better decisions about caching tasks or treating them as UP-TO-DATE. This means faster build times overall as less unnecessary work must be done.

Describe the solution you'd like
Use Gradle's built in strict plugin validation feature to ensure annotations are added correctly.

Describe alternatives you've considered
None

Additional context

@hsz hsz added this to the next milestone Dec 19, 2022
@hsz hsz closed this as completed in #1257 Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants