jdaugherty commented on code in PR #14809: URL: https://github.com/apache/grails-core/pull/14809#discussion_r2145234579
########## grails-doc/src/en/guide/REST/angularProfile.adoc: ########## @@ -23,6 +23,17 @@ The biggest change in this profile is that the profile creates a multi project g To get started with the Angular profile, create an application specifying `angular` as the name of the profile: +NOTE: As of **Grails 7**, CLI commands such as `create-app` must include the `-t forge` flag to access the correct Grails Forge toolchain. Review Comment: Any file name that says "profile" is using the legacy grails-shell. I think it's useful to document the forge equivalent though. Can we update this documentation to show both? There should be equivalents on each. As for this specific file, we actually removed the angular profile in Grails 7 and consolidated to a rest profile similar to forge. So this file needs removed. -- 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]
