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 e5f794bd0a [skip ci] fix formatting
e5f794bd0a is described below
commit e5f794bd0af5a3fcc0e6492e26706b89925823cb
Author: James Daugherty <[email protected]>
AuthorDate: Mon Jun 2 12:30:40 2025 -0400
[skip ci] fix formatting
---
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 2fc57a29e4..5a00f00f6c 100755
--- a/etc/bin/verify.sh
+++ b/etc/bin/verify.sh
@@ -90,8 +90,8 @@ echo "☑️ Run the cli ForgeApp: cd
${DOWNLOAD_LOCATION}/apache-grails-${VER
echo "☑️ run the reproducible build test (see below)"
# I have no idea why this needs done manually, but if it's run from this
script gradle happily ignores the settings.gradle and tries to build (so it
fails)
-echo "\tUnable to bootstrap gradle manually. Please bootstrap by running the
gradle `wrapper` task in grails & grails/grails-gradle."
-echo "\tAfter bootstrapping, call verify-reproducible.sh
'${DOWNLOAD_LOCATION}'"
-echo "\n"
+echo " Unable to bootstrap gradle manually. Please bootstrap by running
the gradle 'wrapper' task in grails & grails/grails-gradle."
+echo " After bootstrapping, call verify-reproducible.sh
'${DOWNLOAD_LOCATION}'"
+echo ""
echo "✅✅✅ Verification finished, see above instructions for remaining manual
testing."
\ No newline at end of file