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

Incompatible with Gradle 5.0 #89

Open gilday opened 5 years ago

gilday commented 5 years ago

Gradle 5.0 has removed the Task.leftShift(Closure) operator which was deprecated in Gradle 3.2. Since the mule-dependencies plugin depends on this operator, it fails on Gradle 5.0

* What went wrong:
An exception occurred applying plugin request [id: 'com.mulesoft.mule-dependencies', version: '2.0.0-RC2']
> Failed to apply plugin [id 'com.mulesoft.mule-dependencies']
   > Could not find method leftShift() for arguments [com.mulesoft.build.dependency.MuleDependencyPlugin$_apply_closure2@536afa85] on task ':mulesoft-embedded-3.9:muleDeps' of type org.gradle.api.DefaultTask.
egaga commented 2 years ago

Doesn't still seem to work with Gradle 7.3. Is this project abandoned?