The GitHub Actions job "CI - Groovy Joint Validation Build" on grails-core.git/improve-gh-ci-speed has failed. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: a9bb5730658f3e489f41a227dd4c9a2ed87f0248 / James Fredley <[email protected]> Disable Groovy compilation cache in CI to ensure AST transformations are applied Add outputs.cacheIf { !isCiBuild } for GroovyCompile tasks to ensure AST transformations are always freshly applied during CI builds. AST transformers are applied at compile time, and Gradle's incremental compilation might not detect when a transformer itself changes (since the transformer class isn't a direct dependency of the classes it transforms). This could lead to stale bytecode and hard-to-debug issues where tests pass locally but fail in CI. This replaces the need for --rerun-tasks while still ensuring compilation is always performed in CI. Report URL: https://github.com/apache/grails-core/actions/runs/21339631453 With regards, GitHub Actions via GitBox
