Closed oheyadam closed 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.
EagerApiIssue
TaskContainer#all
TaskContainer#create
TaskContainer#getByName
Thanks for the PR! This reminds me I need to set up github actions ASAP. 😅
Adds a new
EagerApiIssue
to warn users about invoking eager APIs on Gradle's container types. Currently, it only warns about invokingTaskContainer#all
,TaskContainer#create
, andTaskContainer#getByName
.