This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 6c554b04a0 fix verify.sh output to not validate
6c554b04a0 is described below
commit 6c554b04a0670321eed5e563eb9c06a74fc22b0f
Author: James Daugherty <[email protected]>
AuthorDate: Thu Nov 6 15:07:33 2025 -0500
fix verify.sh output to not validate
---
etc/bin/verify.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh
index fb54b5b63d..6958838019 100755
--- a/etc/bin/verify.sh
+++ b/etc/bin/verify.sh
@@ -119,9 +119,9 @@ echo "☑️ 2. Verify running the wrapper shell-created app:
cd ${DOWNLOAD_LO
echo "☑️ 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"
echo "☑️ 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"
echo "☑️ 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"
-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."
-echo "☑️ 6.2. Run `grails help` inside that app directory."
-echo "☑️ 6.3. Verify that the scaffolding commands (e.g. `generate-*`) are
listed."
+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."
+echo "☑️ 6.2. Run 'grails help' inside that app directory."
+echo "☑️ 6.3. Verify that the scaffolding commands (e.g. 'generate-*') are
listed."
echo " This confirms that dynamic command resolution is working
correctly."
echo "✅✅✅ Automatic verification finished. See above instructions for
remaining manual testing."
\ No newline at end of file