Taack opened a new issue, #15032: URL: https://github.com/apache/grails-core/issues/15032
### Expected Behavior Everything should work fine, like with Grails **7.0.0-M5** ### Actual Behaviour Error compiling assets java.lang.NoSuchMethodError: 'void com.google.javascript.jscomp.serialization.TypedAst.makeExtensionsImmutable()' with Grails **7.0.0-RC1** ### Steps To Reproduce 1. tar xvfz demoRC1.zip 2. cd demoRC1 3. `./gradlew --stacktrace assemble` [demo7RC1.tar.gz](https://github.com/user-attachments/files/22033140/demo7RC1.tar.gz) ### Environment Information ```bash ❯ uname -a Linux cachyos-x8664 6.16.3-2-cachyos #1 SMP PREEMPT_DYNAMIC Mon, 25 Aug 2025 16:01:24 +0000 x86_64 GNU/Linux ❯ /home/auo/.jdks/corretto-17.0.15/bin/java -fullversion openjdk full version "17.0.15+6-LTS" ``` ### Example Application _No response_ ### Version 7.0.0-RC1 -- 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]
