ソースを参照

Don't bother pre-downloading deps in Circle.

I think iterating all the dependencies and then caching them
might actually be slower than just getting on with it.
pull/161/head
Chris Smith 9年前
コミット
9892edf353
1個のファイルの変更1行の追加4行の削除
  1. 1
    4
      circle.yml

+ 1
- 4
circle.yml ファイルの表示

@@ -30,10 +30,7 @@ checkout:
30 30
           ../meta/client
31 31
 
32 32
 dependencies:
33
-  override:
34
-    - ./gradlew --parallel client:dependencies plugins:dependencies:
35
-        pwd:
36
-          ../meta
33
+  override: []
37 34
 
38 35
 test:
39 36
   override:

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