Skip to content

Commit 38e92f8

Browse files
committed
[skip ci] post 7.0.2 release adjustments
1 parent 056715b commit 38e92f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/bin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
FROM bellsoft/liberica-openjdk-debian:17.0.17
2020

2121
USER root
22-
RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync
22+
RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync nano
2323

2424
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
2525
dpkg-reconfigure --frontend=noninteractive locales && \

etc/bin/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ echo "☑️ 3. Verify running the wrapper forge-created app: cd ${DOWNLOAD_LO
120120
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"
121121
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"
122122
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."
123+
echo "☑️ 6.2. Run './grailsw help' inside that app directory."
124124
echo "☑️ 6.3. Verify that the scaffolding commands (e.g. 'generate-*') are listed."
125125
echo " This confirms that dynamic command resolution is working correctly."
126126

0 commit comments

Comments
 (0)