We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build fails when using cookie-session-3.0.0 version even though I included https://repo.grails.org/grails/plugins.
I had to include the following in repositories to make it work... maven { url "http://dl.bintray.com/benlucchesi/maven" }
I thought it would be helpful if someone is having the same issue.
The text was updated successfully, but these errors were encountered:
Thanks. I'll look into this asap
On Fri, Oct 2, 2015, 8:54 AM Suneel Ponnaganti [email protected] wrote:
Build fails when using cookie-session-3.0.0 version even though I included https://repo.grails.org/grails/plugins. I had to include the following in repositories to make it work... maven { url "http://dl.bintray.com/benlucchesi/maven" } I thought it would be helpful if someone is having the same issue. — Reply to this email directly or view it on GitHub #62.
— Reply to this email directly or view it on GitHub #62.
Sorry, something went wrong.
Fixed in dependencies { compile 'org.grails.plugins:cookie-session:4.0.0.RC1' }
No branches or pull requests
Build fails when using cookie-session-3.0.0 version even though I included https://repo.grails.org/grails/plugins.
I had to include the following in repositories to make it work...
maven { url "http://dl.bintray.com/benlucchesi/maven" }
I thought it would be helpful if someone is having the same issue.
The text was updated successfully, but these errors were encountered: