jamesfredley commented on PR #16268: URL: https://github.com/apache/grails-core/pull/16268#issuecomment-5469514976
PR #16268 was already up to date with `origin/8.1.x`. The three Forge CI jobs were failing because 8.1.x still had Shadow 8.3.6, which cannot create `startShadowScripts` on Gradle 9.6.0. Cherry-picked the already-merged 8.0.x fix from #16274 (`6703374a16`) as `2acb2852a2`: `shadowVersion=8.3.6` -> `8.3.11`. Local Forge validation on this branch passed `startShadowScripts`, `shadowDistTar`, `awsElasticBeanstalk`, and both CLI shadow jars. AWS ZIP contains `app.jar` / `Procfile` / `start.sh` / nginx proxy.conf, with `Main-Class: org.grails.forge.netty.Application`. This does not include the rest of the 8.0.x line; that remains a separate 8.0.x -> 8.1.x merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
