From 00ddad068716efb80a9e10bf4cbb64786f03a50c Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 5 Dec 2019 19:34:02 +0100 Subject: add temporarily fix for gradle file hash cache locks bug --- prepareForDistribution.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'prepareForDistribution.sh') 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 -- cgit v1.2.3