google / google/protobuf-gradle-plugin
Enabling caching for all proto tasks
Open
enhancement
performance enhancement
- Dominant language
- Groovy
- Stars
- 1.8k
- Forks
- 288
- PR merge metrics
- No merged PRs in 30d
Description
Currently none of the proto task support gradle cache.
Please enable cache for all tasks :
https://docs.gradle.org/current/userguide/build_cache.html#sec:task_output_caching_details
This will require to properly annotate inputs and outputs as per :
https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks
Contributor guide
Assessment
This issue has not been assessed yet.