External config.yml file not working in Grails 7
I have a Grails 6 application that uses an external config.yml file to configure things such as the credentials for the datasources. I'm working on upgrading to Grails 7 and I'm running into the same issue as previously reported in https://github.com/apache/grails-core/issues/12777. The setEnvironment() method is being used in the main class to load properties from an external config file whose...