The GitHub Actions job "Code Style" on 
grails-core.git/feat/move-indy-config-to-gradle-plugin has succeeded.
Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run:
f4a0ed70e48a9b3457ba4108ba5bd1ad6829a545 / 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/21640870591

With regards,
GitHub Actions via GitBox

Reply via email to