Skip to content

Commit 8523b6c

Browse files
authored
Merge pull request #15546 from apache/forge-verify-fix
Add `settings.gradle` to Forge verification app
2 parents 008cfa2 + 195d8d7 commit 8523b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bin/verify-cli-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ echo "Checking Shell CLI ..."
9191
echo "✅ Generated Shell App"
9292

9393
echo "Checking Forge CLI ..."
94-
./grails-forge-cli create-app -x -g mongodb ForgeApp
94+
./grails-forge-cli create-app -x -g mongodb -f gradle-settings-file ForgeApp
9595
echo "✅ Generated Forge App"
9696

9797
echo "✅✅✅ All cli binary distribution checks passed successfully for Apache Grails ${VERSION}."

0 commit comments

Comments
 (0)