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

Head commit for run:
5e89656e46e92b5fc8573162598557cb3c4dcb6c / 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. Code quality tool configurations
(checkstyle, codenarc, etc.) are excluded because platform() constraints
participate in version conflict resolution and can upgrade transitive
dependencies, breaking the tools. Also ensure the developmentOnly
configuration always exists via maybeCreate.

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

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

With regards,
GitHub Actions via GitBox

Reply via email to