bobbywarner / grails-http-builder-helper

The REST plugin enables the usage of HTTPBuilder on a Grails application.
http://grails.org/plugin/rest
Apache License 2.0
21 stars 15 forks source link

Grails 3 - Build steps for 1.0.0 version #22

Open suneelponnaganti opened 9 years ago

suneelponnaganti commented 9 years ago

I had few issues making the plugin work for grails 3.0.8. The build.gradle settings that made it work for me are...

repositories { maven { url "http://dl.bintray.com/bobbywarner/grails-plugins" } }

dependencies { compile "org.grails.plugins:grails-http-builder-helper:1.0.0" }

Just thought it would help someone.

kevintanhongann commented 9 years ago

Thank you. :)

kevintanhongann commented 9 years ago

Did a PR for that for you. @suneelponnaganti

sudhanshusirohia commented 9 years ago

Also can use maven { url "https://repo.grails.org/grails/repo" } compile "org.grails.plugins:grails-http-builder-helper:1.0.0"