Download the gradle wrapper (#1231)

pull/1242/head
Emmanuel Garcia 2 years ago committed by GitHub
parent c36fee3294
commit 5143bcf302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,6 +37,7 @@ do
echo "== Testing '${PROJECT_NAME}' on Flutter's stable channel =="
pushd "${PROJECT_NAME}"
gradle wrapper
./gradlew --stacktrace assembleDebug
./gradlew --stacktrace assembleRelease

Loading…
Cancel
Save