feat(build): Add support for remote Gradle build cache (#4357)

This commit is contained in:
James Rich 2026-01-29 13:43:21 -06:00 committed by GitHub
parent 6665737c9b
commit fd3ad804fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 43 additions and 11 deletions

View file

@ -54,9 +54,7 @@ jobs:
with:
api_levels: '[35]' # Run only on API 35 for PRs
test_flavors: 'google' # Run only Google flavor for PRs (faster)
secrets:
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
secrets: inherit
# This job handles the case when no code changes are detected (docs-only PRs)
skip-notice: