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

Make gradle tasks incremental #185

Closed
aasitnikov opened this issue Aug 26, 2020 · 0 comments · Fixed by #199
Closed

Make gradle tasks incremental #185

aasitnikov opened this issue Aug 26, 2020 · 0 comments · Fixed by #199

Comments

@aasitnikov
Copy link

In Gradle, task can become incremental, if it properly declares it's inputs and outputs. Configurations (like "embed") can also be task input.

Currently most of the tasks, created in RProcessor class, declared using Runtime API. Although it's possible to declare inputs and outputs with this api, it's better to refactor this tasks into separate classes, as described in this section of gradle documentation.

Also it would be nice to implement Task Configuration Avoidance, as it further enhance build speeds.

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