You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use a mix of APIs in Gradle plugins. Some of the API comes directly from Gradle (Task, Project, Plugin, etc.) while other API elements wrap the Gradle API for convenience (Module, GradleTask, TaskName, etc.).
We should gradually migrate from the raw Gradle API to more abstract concepts.
The text was updated successfully, but these errors were encountered:
Currently, we use a mix of APIs in Gradle plugins. Some of the API comes directly from Gradle (
Task
,Project
,Plugin
, etc.) while other API elements wrap the Gradle API for convenience (Module
,GradleTask
,TaskName
, etc.).We should gradually migrate from the raw Gradle API to more abstract concepts.
The text was updated successfully, but these errors were encountered: