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
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 TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
ModuleDependency.getConfiguration() has been deprecated and is scheduled to be
removed in Gradle 4.0. Use ModuleDependency.getTargetConfiguration() instead.
Can upgrade this code to new version?
The text was updated successfully, but these errors were encountered:
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 TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
ModuleDependency.getConfiguration() has been deprecated and is scheduled to be
removed in Gradle 4.0. Use ModuleDependency.getTargetConfiguration() instead.
Can upgrade this code to new version?
The text was updated successfully, but these errors were encountered: