Skip to content

Commit ceff15b

Browse files
committed
[skip ci] verify: add instructions to set the override repo
1 parent e27edef commit ceff15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/bin/verify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ set -e
9999
echo "✅ Reproducible Build Verified"
100100

101101
echo "Be sure to do the following:"
102+
echo "☑️ Set the override repo: 'export GRAILS_REPO_URL=https://repository.apache.org/content/groups/staging' "
102103
echo "☑️ Run the wrapper ShellApp: cd ${DOWNLOAD_LOCATION}/apache-grails-wrapper-${VERSION}-incubating-bin/ShellApp && ./gradlew bootRun --init-script ~/grails-verify/custom-repos.gradle"
103104
echo "☑️ Run the wrapper ForgeApp: cd ${DOWNLOAD_LOCATION}/apache-grails-wrapper-${VERSION}-incubating-bin/ForgeApp && ./gradlew bootRun --init-script ~/grails-verify/custom-repos.gradle"
104105
echo "☑️ Run the cli ShellApp: cd ${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-incubating-bin/bin/ShellApp && ./gradlew bootRun --init-script ~/grails-verify/custom-repos.gradle"

0 commit comments

Comments
 (0)