The GitHub Actions job "End to End" on grails-core.git/merge/8.1.x-into-9.0.x 
has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
de9ac640666a82fe15e9da1f853156857754092e / Scott Murphy Heiberg 
<[email protected]>
build: keep invokedynamic on by default for Grails 9 library modules

The 8.1.x CompilePlugin compiles every module with indy off. On Groovy 6
classic call-site bytecode needs the optional groovy-callsite module on the
compile classpath (GROOVY-11158), which only modules depending on
grails-common carry, so grails-bootstrap, grails-codecs-core,
grails-events-core and six other modules stopped compiling after the merge.

Default grailsIndy to true on this line, which is what plain library modules
compiled with before the merge. Grails plugin modules are unaffected: the
Grails Gradle plugin applies its own indy-off default after evaluation and
carries groovy-callsite through grails-common. -PgrailsIndy=<boolean> still
overrides both.

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

With regards,
GitHub Actions via GitBox

Reply via email to