jamesfredley opened a new issue, #14699: URL: https://github.com/apache/grails-core/issues/14699
The profiles are used by grails-shell CLI to generate grails apps via `./grails create-app` Use https://docs.grails.org/6.2.3/guide/profiles.html#_profile_repositories to test mavenLocal() profiles with grails-shell CLI The Skelton and configuration for these profiles needs to be updated to generate a valid Grails 7 applications. It should match the default from grails-forge CLI (https://start.grails.org/), as much as possible. ``` 1:36:45 PM: Executing 'bootRun'… > Task :compileJava NO-SOURCE > Task :configScript > Task :compileGroovy FAILED 2 actionable tasks: 2 executed FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileGroovy'. > Could not resolve all files for configuration ':compileClasspath'. > Could not find io.micronaut:micronaut-inject-groovy:. Required by: root project : * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 1s 1:36:46 PM: Execution finished 'bootRun'. ``` -- 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]
