Przeglądaj źródła

Make dependencies use gradlew again.

This should cache the gradle binary and save us a load of time.
pull/196/head
Chris Smith 9 lat temu
rodzic
commit
7653582cd3
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5
    0
      circle.yml

+ 5
- 0
circle.yml Wyświetl plik

@@ -29,6 +29,11 @@ checkout:
29 29
         pwd:
30 30
           ../meta/client
31 31
 
32
+dependencies:
33
+  override:
34
+    - ./gradlew dependencies:
35
+        pwd: ../meta
36
+
32 37
 test:
33 38
   override:
34 39
     - ./gradlew --stacktrace --parallel client:jar client:test:

Ładowanie…
Anuluj
Zapisz