codeconsole opened a new issue, #14702: URL: https://github.com/apache/grails-core/issues/14702
Using https://github.com/grails/grails-wrapper/releases/tag/v5.0.0 ## Issues with Line Separator ``` % ./grailsw env: bash\r: No such file or directory ``` ### this happens because the Line Separator used is different from the one in sdkman It uses CRLF and should just be LF ## Issues Resolving Test Dependencies if I take grailsw from sdkman 5.3.6 ``` % ./grailsw | Resolving Dependencies. Please wait... CONFIGURE SUCCESSFUL in 945ms | Error Could not resolve all artifacts for configuration ':testRuntimeClasspath'. Type 'gradle dependencies' for more information ``` if I comment out all the test dependencies it works. ## stop-app doesn't appear to work ``` grails> stop-app 2024-09-15T23:02:08.687-04:00 WARN 40822 --- [nio-8081-exec-2] o.s.web.servlet.PageNotFound : No mapping for POST /actuator/shutdown 2024-09-15T23:02:08.688-04:00 WARN 40822 --- [nio-8081-exec-2] o.s.web.servlet.PageNotFound : No endpoint POST /actuator/shutdown. | Error Application not running. (Use --stacktrace to see the full trace) ``` -- 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]
