File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ echo "☑️ 2. Verify running the wrapper shell-created app: cd ${DOWNLOAD_LO
119119echo " ☑️ 3. Verify running the wrapper forge-created app: cd ${DOWNLOAD_LOCATION} /apache-grails-wrapper-${VERSION} -bin/ForgeApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION} /use-staging-repo.gradle"
120120echo " ☑️ 4. Verify running the cli shell-created app: cd ${DOWNLOAD_LOCATION} /apache-grails-${VERSION} -bin/bin/ShellApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION} /use-staging-repo.gradle"
121121echo " ☑️ 5. Verify running the cli forge-created app: cd ${DOWNLOAD_LOCATION} /apache-grails-${VERSION} -bin/bin/ForgeApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION} /use-staging-repo.gradle"
122- echo " ☑️ 6.1. Add the staging repository (` https://repository.apache.org/content/groups/staging` ) to the ` build.gradle` file in one of the apps above."
123- echo " ☑️ 6.2. Run ` grails help` inside that app directory."
124- echo " ☑️ 6.3. Verify that the scaffolding commands (e.g. ` generate-* ` ) are listed."
122+ echo " ☑️ 6.1. Add the staging repository (' https://repository.apache.org/content/groups/staging' ) to the ' build.gradle' file in one of the apps above."
123+ echo " ☑️ 6.2. Run ' grails help' inside that app directory."
124+ echo " ☑️ 6.3. Verify that the scaffolding commands (e.g. ' generate-*' ) are listed."
125125echo " This confirms that dynamic command resolution is working correctly."
126126
127127echo " ✅✅✅ Automatic verification finished. See above instructions for remaining manual testing."
You can’t perform that action at this time.
0 commit comments