Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide abstractions for the Gradle API elements #35

Open
dmdashenkov opened this issue Mar 4, 2019 · 0 comments
Open

Provide abstractions for the Gradle API elements #35

dmdashenkov opened this issue Mar 4, 2019 · 0 comments

Comments

@dmdashenkov
Copy link
Contributor

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.

@alexander-yevsyukov alexander-yevsyukov transferred this issue from SpineEventEngine/base Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant