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

Support Task Configuration Avoidance API from Gradle #520

Open
bhagyas opened this issue Feb 9, 2022 · 0 comments
Open

Support Task Configuration Avoidance API from Gradle #520

bhagyas opened this issue Feb 9, 2022 · 0 comments

Comments

@bhagyas
Copy link

bhagyas commented Feb 9, 2022

What happened?

Trying to configure a build (before the build stage) results in various errors.

An example of such an error is on this issue. #327

What did you want to happen?

The Gradle plugin must not attempt to resolve directories until the task is run. And ideally this has to be done by supporting or utilising the Task Configuration Avoidance API from Gradle.

The link to official reference is below.
https://docs.gradle.org/current/userguide/task_configuration_avoidance.html

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