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
Gradle has slowly been changing the tasks they produce to be lazily configurable. While this is great it also inadvertantly breaks some work around we had to lazily configure the non lazy tasks.
What did you want to happen?
Once we raise the minimum version of gradle we support we should remove the workaround
The text was updated successfully, but these errors were encountered:
What happened?
Gradle has slowly been changing the tasks they produce to be lazily configurable. While this is great it also inadvertantly breaks some work around we had to lazily configure the non lazy tasks.
What did you want to happen?
Once we raise the minimum version of gradle we support we should remove the workaround
The text was updated successfully, but these errors were encountered: