The GitHub Actions job "CI" on grails-core.git/feat/sitemesh3-default-layout 
has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
b0e0990395e5def7766381514412abab6cd9c6f2 / Scott Murphy Heiberg 
<[email protected]>
Make SiteMesh 3 the default GSP layout, mutually exclusive with grails-layout

Introduce a GspLayout one-of feature group so SiteMesh 3 (grails-sitemesh3)
and the legacy SiteMesh 2 grails-layout are both selectable but never
applied together (enforced by OneOfFeatureValidator):

- GspLayout: abstract OneOfFeature parent (Category.VIEW), WEB/WEB_PLUGIN
- Sitemesh3: default member; auto-applied unless another GspLayout is
  selected; adds grails-sitemesh3
- GrailsLayout: opt-in member; adds grails-layout (SiteMesh 2)

The GspLayout features now own the layout dependency, so GrailsGsp's
'if (!isFeaturePresent(Sitemesh3)) add grails-layout' block is removed.
Selecting both sitemesh3 and grails-layout now fails fast.

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

With regards,
GitHub Actions via GitBox

Reply via email to