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

Warning is displayed when applying domain task in newer gradle versions. #55

Closed juancavallotti closed 9 years ago

juancavallotti commented 9 years ago

Whenever building domains with newer gradle versions, the following warning is outputted:

Defining custom ‘build’ task is deprecated when using standard lifecycle plugin has been deprecated and is scheduled to be removed in Gradle 3.0

This warning is generated when making project.tasks.create('build').