Skip to content

Commit

Permalink
Add remote Gradle build cache support
Browse files Browse the repository at this point in the history
  • Loading branch information
samer-stripe committed Mar 27, 2024
1 parent 385dd92 commit b7f2f9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ workflows:
- git-clone@8: { }
- cache-pull@2: { }
- restore-gradle-cache@1: { }
- activate-build-cache-for-gradle:
inputs:
- push: 'true'
- validation_level: warning
- script-runner@0:
# Maven doesn't like java 17, so running it before.
run_if: '{{getenv "NEEDS_ROBOLECTRIC" | ne ""}}'
Expand Down

0 comments on commit b7f2f9e

Please sign in to comment.