The GitHub Actions job "CI" on grails-core.git/7.0.x has failed. Run started by GitHub user matrei (triggered by matrei).
Head commit for run: af5f2fd45e19393b6d1d4d103373e75cdfe5664a / Mattias Reichel <mat...@apache.org> Enforce code style (#15016) * style: conform to style rules * fix: add style enforcement * ci: run style checks in dedicated workflow Style/formatting checks are executed only by the new workflow, keeping the main pipelines focused on build/test. * fix: `skipCodeStyle` task condition * ci: add report upload * ci: set correct report directory * chore: trigger code style errors To test if reports are uploaded to the workflow summary page. * ci: specify code style reports more granular * ci: add `--continue` to get all codestyle errors * ci: set correct `skipCodeStyle` condition for `grails-gradle` * ci: stop using Gradle --continue for code style checks Code style tools (Checkstyle/CodeNarc) generate reports even when clean. Fail fast on style violations instead of continuing and producing pages of reports. Developers can still use `--continue` locally when needed. * Revert "chore: trigger code style errors" This reverts commit 12a1270e94316ff5ef6623cf945c0a0d9df673ec. * style: conform to code style * refactor(build): dry up `code-style-config` * fix(build): align code style checking in `grails-forge` Grails Forge is still using its own Checkstyle rules after this change. * ci: add `grails-forge` code style checking * ci: fix typos * ci: remove redundant gradle param `-Dorg.gradle.internal.publish.checksums.insecure=true` is no longer required as it is set by the publish plugin by default. * docs: add `skipCodeStyle` to `DEVELOPMENT.md` * docs: update `DEVELOPMENT.md` * docs: update `DEVELOPMENT.md` Add info about useful custom Gradle tasks. * docs: update `CONTRIBUTING.md` Update the section on code style. Report URL: https://github.com/apache/grails-core/actions/runs/17316094297 With regards, GitHub Actions via GitBox