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
Is it possible to update the plugin change << to doLast, because right now it throws the next warning? The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
The text was updated successfully, but these errors were encountered:
Is it possible to update the plugin change
<<
todoLast
, because right now it throws the next warning?The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
The text was updated successfully, but these errors were encountered: