The GitHub Actions job "CI" on 
grails-core.git/feat/gradle-managed-version-overrides has failed.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
77932f2e2f9c65c97f5c6d9590fe8b9e23f947d4 / James Fredley 
<[email protected]>
fix: allow Micronaut BOM validator to coexist with plugin-injected platform

applyGrailsBom() adds a regular platform(grails-bom) to every declarable
configuration, including 'implementation'. Micronaut projects still need
to declare an enforcedPlatform(grails-bom) explicitly. With both present
on the same configuration, validateEnforcedBom() was failing on the first
grails-bom it encountered (the plugin-injected regular platform) before
it could check the user's enforcedPlatform declaration.

Scan all grails-bom declarations on 'implementation' and accept the
project as correctly configured if any one of them is an enforcedPlatform.
Only error when grails-bom is present but no enforcedPlatform exists.

Assisted-by: claude-code:claude-opus-4

Report URL: https://github.com/apache/grails-core/actions/runs/24526561078

With regards,
GitHub Actions via GitBox

Reply via email to