Slide 39
Slide 39 text
π
- Gradle should deprecate all TaskContainer, TaskCollection,
DomainObjectCollection methods that are not register, named, or
configureEach
- Build engineers should pay attention to eagerly created tasks
tasks.register("eagerCanary") {
throw Exception("Eagerly configured tasks!")
}
- Gradle plugin authors should use androidx.lint:lint-gradle checks
Lessons