Try dry-run of gradlew

This commit is contained in:
Hugh Nimmo-Smith
2025-03-19 14:50:50 +00:00
parent 1a03b79028
commit 52b3e60ed1
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# This script is used for local build and testing of the AAR packaging
# In CI we call gradlew directly
EC_ASSETS_FOLDER=lib/src/main/assets/element-call
CURRENT_DIR=$( dirname -- "${BASH_SOURCE[0]}" )