Skip to content

Commit

Permalink
[NO JIRA] Drop usage of remote build cache in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka committed Mar 21, 2024
1 parent 8672dde commit 7d7feec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,8 @@ gradle_qa_task:
- GRADLE_VERSION: 8.2.1
ANDROID_GRADLE_VERSION: 8.1.1
- GRADLE_VERSION: 8.0
gradle_cache:
folder: ~/.gradle/caches
script:
- ./cirrus/cirrus-qa.sh
cleanup_before_cache_script:
- ./cirrus/cleanup-gradle-cache.sh

gradle_qa_java11_task:
depends_on:
Expand All @@ -147,12 +143,8 @@ gradle_qa_java11_task:
ANDROID_GRADLE_VERSION: 4.2.0
- GRADLE_VERSION: 5.6.4
ANDROID_GRADLE_VERSION: 3.5.4
gradle_cache:
folder: ~/.gradle/caches
script:
- ./cirrus/cirrus-qa.sh
cleanup_before_cache_script:
- ./cirrus/cleanup-gradle-cache.sh

promote_task:
depends_on:
Expand Down

0 comments on commit 7d7feec

Please sign in to comment.