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
This plugin uses a very old version of Gradle which does not provide task configuration avoidance and materializes tasks eagerly with TaskContainer.create.
Tasks API where introduced in Gradle 4.9 and promoted in Gradle 6.0
This plugin uses a very old version of Gradle which does not provide task configuration avoidance and materializes tasks eagerly with
TaskContainer.create.Tasks API where introduced in Gradle
4.9and promoted in Gradle6.0