浏览代码

Fix return code

wip/gradle-reposilite
父节点
当前提交
5378227573
签署人:: sindre <sindre@sindrestephansen.com> GPG 密钥 ID: B06FC67D17A46ADE
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      sync/resolve-deps.sh

+ 0
- 1
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


正在加载...
取消
保存