We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed0267 commit 4106a14Copy full SHA for 4106a14
.circleci/config.yml
@@ -13,8 +13,8 @@ jobs:
13
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
14
#This downloads all the dependencies specified in the build gradle file from jcenter(), google() you name it
15
- run:
16
- name: Download Dependencies
17
- command: ./gradlew androidDependencies
+ name: Export TERM and Download Dependencies
+ command: export TERM=xterm && ./gradlew androidDepedencies
18
#Caching can significantly decrease the build time and reduce the limited build time credits from exhaustion
19
- save_cache:
20
paths:
0 commit comments