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
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.
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
The text was updated successfully, but these errors were encountered: