Problema:
Error Error occurred running Grails CLI: No profile found for name <<blabla>>. (Use --stacktrace to see the full trace)
Solução:
After searching around the web, I found that this was due to a problem with the build/.dependencies file located within your Grails project root. If you delete or rename this file, then run grails again, the dependencies will be corrected and you can run your app.
Fonte: https://github.com/grails/grails-core/issues/10898 Show archive.org snapshot
Posted by Bruno Vieira to ZeroGlosa (2018-04-12 14:46)