Use gradle configuration avoidance api when declaring tasks
Open
build
improvement
P2
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
Description
Using task configuration avoidance API allows lazy evaluation of configurations, this helps to reduce overall configuration time if a subset of tasks are being executed and avoid unnecessary friction coming from unrelated tasks.
Imported from Jira [BEAM-13767](https://issues.apache.org/jira/browse/BEAM-13767). Original Jira may contain additional context.
Reported by: yichi.
Contributor guide
Assessment
This issue has not been assessed yet.