ソースを参照

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


読み込み中…
キャンセル
保存