Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grails 3 - Build steps for 1.0.0 version #22

Open
suneelponnaganti opened this issue Oct 2, 2015 · 3 comments
Open

Grails 3 - Build steps for 1.0.0 version #22

suneelponnaganti opened this issue Oct 2, 2015 · 3 comments

Comments

@suneelponnaganti
Copy link

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
Copy link

Thank you. :)

@kevintanhongann
Copy link

Did a PR for that for you. @suneelponnaganti

@sudhanshusirohia
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants