Open suneelponnaganti opened 9 years ago
Thanks. I'll look into this asap
On Fri, Oct 2, 2015, 8:54 AM Suneel Ponnaganti notifications@github.com 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 https://github.com/benlucchesi/grails-cookie-session/issues/62.
Fixed in dependencies { compile 'org.grails.plugins:cookie-session:4.0.0.RC1' }
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.