gradle-baseline
gradle-baseline copied to clipboard
create GradleTaskConfigurationAvoidance error prone check
Before this PR
There is no error prone check to prevent usages of these gradle apis which can make gradle commands unnecessarily slow. Some of the apis are also very likely to be mistakenly used.
After this PR
==COMMIT_MSG== Create GradleTaskConfigurationAvoidance error prone check to prevent eager task creation. ==COMMIT_MSG==
Possible downsides?
None.
Generate changelog in changelog/@unreleased
changelog/@unreleasedType
- [ ] Feature
- [x] Improvement
- [ ] Fix
- [ ] Break
- [ ] Deprecation
- [ ] Manual task
- [ ] Migration
Description
Check the box to generate changelog(s)
- [x] Generate changelog entry