grails-http-builder-helper icon indicating copy to clipboard operation
grails-http-builder-helper copied to clipboard

Grails 3 - Build steps for 1.0.0 version

Open suneelponnaganti opened this issue 9 years ago • 3 comments

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.

suneelponnaganti avatar Oct 02 '15 19:10 suneelponnaganti

Thank you. :)

kevintanhongann avatar Nov 07 '15 06:11 kevintanhongann

Did a PR for that for you. @suneelponnaganti

kevintanhongann avatar Nov 09 '15 07:11 kevintanhongann

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

sudhanshusirohia avatar Nov 17 '15 11:11 sudhanshusirohia