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
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: