This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch post-7.0.2-release
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 38e92f86f21e8dbf44533d914c238735679ecdc1
Author: Mattias Reichel <[email protected]>
AuthorDate: Mon Nov 10 11:22:40 2025 +0100

    [skip ci] post 7.0.2 release adjustments
---
 etc/bin/Dockerfile | 2 +-
 etc/bin/verify.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/bin/Dockerfile b/etc/bin/Dockerfile
index 9a630fe50b..902c397087 100644
--- a/etc/bin/Dockerfile
+++ b/etc/bin/Dockerfile
@@ -19,7 +19,7 @@
 FROM bellsoft/liberica-openjdk-debian:17.0.17
 
 USER root
-RUN apt-get update && apt-get install -y curl unzip coreutils 
libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync
+RUN apt-get update && apt-get install -y curl unzip coreutils 
libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync nano
 
 RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
     dpkg-reconfigure --frontend=noninteractive locales && \
diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh
index 6958838019..6a3a53a44e 100755
--- a/etc/bin/verify.sh
+++ b/etc/bin/verify.sh
@@ -120,7 +120,7 @@ echo "☑️   3. Verify running the wrapper forge-created app: 
cd ${DOWNLOAD_LO
 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.2. Run './grailsw 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."
 

Reply via email to