Tagged Questions
3
votes
1answer
176 views
Grails Inline Plugins: Cannot Upgrade a plugin that is configured via BuildConfig.groovy
Our app is split into a main application and a few plugins. We're using inline plugins via the BuildConfig.groovy file. When it is time to WAR the whole thing up for production I'm getting the ...
1
vote
2answers
89 views
Grails 2.0: Invalid SHA1
Often I get and invalid SHA1 error when executing run-app in Grails 2.0.0.RC1, especially with depedencies to our pwn products/modules.
I have found the following Jira case:
...
1
vote
4answers
927 views
Installing Nimble for Grails
I came across Nimble yesterday, but couldn't get past Step 1, configuring BuildConfig.groovy to find the Nimble's remote repository.
My BuildConfig.groovy file is one line:
...