Since we now have changed the projects to not export the bom via api, we should enforce the bom be imported with platform("org.grails:grails-bom:${grailsVersion}") and not perform this automatically.
Grails-core now includes functional tests, and this import is causing the dependency substitution not to work.
Since we now have changed the projects to not export the bom via api, we should enforce the bom be imported with
platform("org.grails:grails-bom:${grailsVersion}")and not perform this automatically.Grails-core now includes functional tests, and this import is causing the dependency substitution not to work.