浏览代码

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:

正在加载...
取消
保存