The GitHub Actions job "CI - Groovy Joint Validation Build" on grails-core.git/feat/move-indy-config-to-gradle-plugin has failed. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: c9544f62b10c20ac2fd8790a5bd8e6338a7e8b97 / James Fredley <[email protected]> feat(grails-gradle): move indy configuration from generated apps to Gradle plugin Move the Groovy invokedynamic (indy) configuration from generated build.gradle files to the Grails Gradle Plugin, centralizing the setting and providing user feedback. Changes: - Add 'indy' property to GrailsExtension (default: false) - Configure GroovyCompile tasks in GrailsGradlePlugin to use the extension's indy setting - Display lifecycle message explaining indy is disabled for performance and how to enable it - Remove hardcoded indy=false from grails-forge template - Remove hardcoded indy=false from grails-profiles base skeleton The message appears once per project during configuration: Grails: Groovy invokedynamic (indy) is disabled to improve performance (see issue #15293). To enable invokedynamic: grails { indy = true } in build.gradle Closes #15321 Report URL: https://github.com/apache/grails-core/actions/runs/21642147311 With regards, GitHub Actions via GitBox
