瀏覽代碼

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:

Loading…
取消
儲存