The GitHub Actions job "CI" on 
grails-core.git/migrate-grails-data-graphql-to-grails-7.1.x has failed.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
6b0fe6a5e2694b8d95d6045f1dda339730599b9d / James Fredley 
<[email protected]>
feat(grails-data-graphql): integrate into the main Grails monorepo build

Wire grails-data-graphql into the root settings.gradle alongside the
other data modules and convert its build.gradle files to use the
project's convention plugins (org.apache.grails.buildsrc.compile,
.publish, .sbom, .properties, .gradle.grails-plugin, .grails-gson,
.grails-code-style). The plugin and core modules are added to the
publishedProjects list so they pick up the grails-publish pipeline.

- Root settings.gradle: include grails-data-graphql-core,
  grails-data-graphql, and grails-data-graphql-docs.
- Root gradle.properties: add graphqlJavaVersion,
  graphqlJavaScalarExtVersion, and micronautRxjava2Version.
- Root publish-root-config.gradle: add graphql modules to the
  publishedProjects list so the grails-publish plugin is applied.
- core/, plugin/, docs/build.gradle: rewritten to use convention
  plugins and project refs, matching the grails-data-mongodb layout.
- Standalone build files (top-level build.gradle, settings.gradle,
  gradle.properties) and the examples/ directory are removed; the
  example apps will be re-added under grails-test-examples/graphql/
  in a follow-up PR.
- Source style fixes required to satisfy the convention plugins'
  codenarc + checkstyle rules (no behavioural changes): expanded
  wildcard imports, normalised tab/space indentation, added blank
  lines after class openings, single-quoted GStrings without
  interpolation, dropped unused imports, refactored an anonymous
  TypeResolver in AbstractObjectTypeBuilder to a Closure.
- README.md: documents the new integrated layout and the deferred
  examples.

Tests on :grails-data-graphql-core and :grails-data-graphql pass
and codeStyle is clean for both modules.

Assisted-by: claude-code:claude-opus-4

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

With regards,
GitHub Actions via GitBox

Reply via email to