mulesoft-labs / mule-gradle-plugin

Plugin for building mule apps with the gradle build system.
Apache License 2.0
24 stars 14 forks source link

Gradle > 3.1 issues a deprecation warning for using '<<' defined tasks #82

Open carstenlenz opened 7 years ago

carstenlenz commented 7 years ago

Gradle isssues the following 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.
        at build_d5hzzgezojs4mg13ckcwxzjmy$_run_closure5.doCall(.../build.gradle:35)

Version: 2.0.0-RC2

carstenlenz commented 7 years ago

I'm preparing a pull request for this.