jamesfredley opened a new issue, #14729: URL: https://github.com/apache/grails-core/issues/14729
### Issue description ./gradlew bootRun works fine. The generated jar and war files are invalid or corrupt with Spring Boot 3.5.0-RC1 and 3.4.5 ./gradlew bootJar ./gradlew bootWar java -jar build/libs/demo-0.1.war Error: Invalid or corrupt jarfile demo-0.1.war java -jar build/libs/demo-0.1.jar Error: Invalid or corrupt jarfile demo-0.1.jar 3.5.0-RC1 Example: https://github.com/jamesfredley/invalidjarwar 3.4.5 Example: https://github.com/jamesfredley/invalidjarwar/tree/boot3.4.5 -- 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: commits-unsubscr...@grails.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org