I am trying to integrate grails cloud-foundry plugin with my app. I am following the “One step deployment with Grails and cloud-foundry” document.
http://blog.springsource.com/2011/04/12/one-step-deployment-with-grails-and-cloud-foundry/
But my app is throwing lots of error and a warning at startup….
WARNING: Specified dependency definition compile(“:cloud-support:[1.0.7,)”) is invalid! Skipping..
Can anyone help me out with this 🙂
For the above mentioned warning:
After installing the cloud-foundry plugin:
Open the dependencies.groovy file and change compile(“:cloud-support:[1.0.7,)”) to compile ‘:cloud-support:1.0.8’.
Change the same in plugin.xml version=[1.0.7,)” to version='[1.0.8]’.
Now run grails cf-info.. No warning will populate.