matrei opened a new issue, #15186: URL: https://github.com/apache/grails-core/issues/15186
### Issue description When generating a Grails 7.0.0 zip from https://start.grails.org and running for example `bootRun`, the following error occurs: ```console Execution failed for task ':processResources'. > Invalid Timestamp -3600000 for 'file '/home/mattias/Downloads/httpclienttest/grails-app/conf/spring''. ``` Updating `grails-app/conf/spring/resources.groovy` fixes that. ```console Execution failed for task ':processResources'. > Invalid Timestamp -3600000 for 'file '/home/mattias/Downloads/httpclienttest/grails-app/views/layouts''. ``` Updating `grails-app/views/layouts/main.gsp` fixes that. -- 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]
