The GitHub Actions job "CI" on grails-core.git/8.1.x has succeeded.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
e882d7932bf033dff150b2fe3e9902936507689b / James Fredley 
<[email protected]>
build: exclude the Spring DM example until 8.1.0-SNAPSHOT is published

Bumping projectVersion to 8.1.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 8.1.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 8.1.0-SNAPSHOT publish succeeds.

Assisted-by: claude-code:claude-opus-5

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

With regards,
GitHub Actions via GitBox

Reply via email to