diff --git a/sync/resolve-deps.sh b/sync/resolve-deps.sh index 7239645..3108538 100755 --- a/sync/resolve-deps.sh +++ b/sync/resolve-deps.sh @@ -41,7 +41,6 @@ wait_for_reposilite if [ $? -lt 30 ]; then echo "Running gradle" gradle downloadDependencies - exit 0 else echo "Can't connect to repository" exit 255