autonomousapps / gradle-best-practices-plugin

Gradle Plugin that detects violations of Gradle best practices in Gradle Plugins
Apache License 2.0
180 stars 3 forks source link

Warn about using Eager APIs on TaskContainer #4

Closed oheyadam closed 1 year ago

oheyadam commented 1 year ago

Adds a new EagerApiIssue to warn users about invoking eager APIs on Gradle's container types. Currently, it only warns about invoking TaskContainer#all, TaskContainer#create, and TaskContainer#getByName.

autonomousapps commented 1 year ago

Thanks for the PR! This reminds me I need to set up github actions ASAP. 😅