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

Use groovy's facilities for HTTP #54

Closed juancavallotti closed 9 years ago

juancavallotti commented 9 years ago

Groovy has a native rest client, this simplifies the maintenance of HTTP based functions such as publishing to MMC, and Cloudhub.

juancavallotti commented 9 years ago

Will not fix, more information in the following thread:

https://discuss.gradle.org/t/httpbuilder-or-other-libs-in-plugins/9536

willis7 commented 9 years ago

Hi Juan,

I know you closed this ticket but I had a go and had a successful deployment to cloudhub. The changes are in my issue54 branch if you want to look. Hopefully the changes are clear. They were additions rather than modifications.

Feel free to drop me a message if you want to discuss.