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

Head commit for run:
5643538858c6124e666be2702fc4c70f2a7d4f88 / James Fredley 
<[email protected]>
fix: apply grails-bom platform to all declarable configurations

The Spring Dependency Management plugin applied version constraints
globally to every configuration via configurations.all() and
resolutionStrategy.eachDependency(). With the switch to Gradle's native
platform(), version constraints must be added explicitly.

Apply the grails-bom platform to all declarable configurations using
configureEach, matching the previous global behavior. Non-declarable
configurations (apiElements, runtimeElements, etc.) inherit constraints
through their parent configurations. Also ensure the developmentOnly
configuration always exists via maybeCreate, regardless of whether the
Spring Boot plugin has been applied.

Assisted-by: Claude Code <[email protected]>

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

With regards,
GitHub Actions via GitBox

Reply via email to