Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Usage of deprecated method #1

Open
vandac opened this issue Aug 4, 2017 · 0 comments
Open

Usage of deprecated method #1

vandac opened this issue Aug 4, 2017 · 0 comments

Comments

@vandac
Copy link

vandac commented Aug 4, 2017

Hello kamino!
in our project, we are getting the following error:

The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead. 15:26:01.626 at org.gradle.api.internal.AbstractTask.leftShift(AbstractTask.java:568) 15:26:01.626 at org.gradle.api.Task$leftShift$1.call(Unknown Source) 15:26:01.627 at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) 15:26:01.627 at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) 15:26:01.627 at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) 15:26:01.628 at si.dlabs.gradle.manager.TaskManager.addAfterAll(TaskManager.groovy:85) 15:26:01.628 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 15:26:01.628 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 15:26:01.629 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 15:26:01.629 at java.lang.reflect.Method.invoke(Method.java:498) 15:26:01.629 at

We are still using the old dlabs project, version 1.0.2, but I can see the same issue with si.kamino, v2.1.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant