We are running into an interesting problem. When u...
# questions
p
We are running into an interesting problem. When upgrading from Grails 5 to 6 the external config files referenced in application.yml are no longer being loaded. Is this no longer supported in Grails 6/ is there a work around. We are referencing the external config using: environments: development: grails: config: locations: - fileC<path to file>
s
I am the author of external-config plugin, and I will take a look.
🙌 1
@Psig Could you please
debug
logging to the following package:
grails.plugin.externalconfig
and post your result here?
and if you're using Grails 6.2.1 the very latest version is
dk.glasius:external-config:4.01
just hot of the release train 🙂