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

Dependency Requirement causes error under Grails 2.0 #1

Open
OverZealous opened this issue Mar 16, 2012 · 0 comments
Open

Dependency Requirement causes error under Grails 2.0 #1

OverZealous opened this issue Mar 16, 2012 · 0 comments

Comments

@OverZealous
Copy link

When using this plugin under Grails 2.0.1, it throws an error and fails to run. If I add

compile ":cache-headers:1.0.4 > *"

to my BuildConfig, I actually still get an error. It required me manually adding:

compile ":cache-headers:1.1.5"

To get it to work. Not sure why.

Currently enabled plugins, if this matters:

compile ":spring-security-core:1.2.7.2"
compile ":webxml:1.4.1"
compile ":multi-tenant-single-db:0.8.2"
compile ":fields:1.1"
compile ":database-session:1.1.2"
compile ":quartz:0.4.2"
compile ':heroku:1.0.1'
compile ':cloud-support:1.0.9'
runtime ":hibernate:$grailsVersion"
runtime ":jquery:1.7.1"

runtime ":resources:1.1.6"
//>>>>>>>>>
compile ":cache-headers:1.1.5"
runtime ":cached-resources:1.0"
//>>>>>>>>>
runtime ":zipped-resources:1.0"
compile ":lesscss-resources:1.0.1"

runtime ":mail:1.0"
build ":tomcat:$grailsVersion"
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

1 participant