summaryrefslogtreecommitdiff
path: root/prepareForDistribution.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prepareForDistribution.sh')
-rwxr-xr-xprepareForDistribution.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/prepareForDistribution.sh b/prepareForDistribution.sh
index 9a0d7799..b8b7aac8 100755
--- a/prepareForDistribution.sh
+++ b/prepareForDistribution.sh
@@ -245,6 +245,7 @@ then
./cleanProject.sh || quit
./build_deps.sh || quit
+ ./fix_gradle_lock.sh || quit
if [[ ! -d $PREPARE_FOR_DISTRIBUTION_FILE_DIR ]]
then