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

Enterprise feature should be enable false by default #38

Closed eddumelendez closed 9 years ago

juancavallotti commented 9 years ago

@eddumelendez this has been intentionally left to true, you can read here in the comments:

https://github.com/mulesoft-labs/mule-gradle-plugin/blob/master/src/main/groovy/com/mulesoft/build/MulePluginExtension.groovy#L43

Do you see a particular reason why this should be otherwise?

eddumelendez commented 9 years ago

Make sense when everyone works from Anypoint Studio. It was just a suggestion, it's clear for my your intention. Thanks Juan.

juancavallotti commented 9 years ago

@eddumelendez Thanks for letting me know.

If you do use the plugin we created for mule studio, upon creating a new gradle project, if you select a community runtime, then you will have that flag set as false.