infotech-group / android-drawable-dsl

DSL for constructing the drawables in Kotlin instead of in XML
Apache License 2.0
180 stars 9 forks source link

try caching #5

Closed meoyawn closed 7 years ago

meoyawn commented 7 years ago
before_cache:
  - rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock
  - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
  directories:
    - $HOME/.gradle/caches/
    - $HOME/.gradle/wrapper/
    - $HOME/.android/build-cache
meoyawn commented 7 years ago

I don't really care, closing