diff options
author | cyBerta <cyberta@riseup.net> | 2019-12-05 19:34:02 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-12-05 19:34:02 +0100 |
commit | 00ddad068716efb80a9e10bf4cbb64786f03a50c (patch) | |
tree | bf63f19964e95aae74f3d33caf6f027f080b3d7f | |
parent | d97b28d3593d6373fd15a55fa28a984eac80971c (diff) |
add temporarily fix for gradle file hash cache locks bug
-rwxr-xr-x | prepareForDistribution.sh | 1 |
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 |