The GitHub Actions job "CI" on grails-core.git/9.0.x has failed. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: 76ad6d4da9179a6c90ac560e95b02b65bcae36a1 / James Fredley <[email protected]> build: exclude the Spring DM example until 9.0.0-SNAPSHOT is published Bumping projectVersion to 9.0.0-SNAPSHOT broke this branch's build. The Spring Dependency Management example imports org.apache.grails:grails-bom at the project version through io.spring.dependency-management, which resolves that import with its own detached configuration and so bypasses the local project substitution. No 9.0.0-SNAPSHOT BOM has ever been published, so the import resolved to nothing, every managed version came back empty, and the build failed with "Could not find <group>:<artifact>:" - which in turn kept CI from publishing the snapshot that would have fixed it. Set the bomSnapshotNotPublished flag added in 8.0.x so the example is left out of the build graph until the first 9.0.0-SNAPSHOT publish succeeds. Assisted-by: claude-code:claude-opus-5 Report URL: https://github.com/apache/grails-core/actions/runs/30571123842 With regards, GitHub Actions via GitBox
