refactor(build): Centralize Develocity and build cache configuration (#4382)

This commit is contained in:
James Rich 2026-01-30 18:42:06 -06:00 committed by GitHub
parent c39dcb4461
commit 1abcb4d4ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 128 additions and 49 deletions

View file

@ -25,6 +25,10 @@ on:
required: true
GRADLE_CACHE_URL:
required: false
GRADLE_CACHE_USERNAME:
required: false
GRADLE_CACHE_PASSWORD:
required: false
jobs:
androidTest:
@ -32,6 +36,8 @@ jobs:
timeout-minutes: 45
env:
GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}
GRADLE_CACHE_USERNAME: ${{ secrets.GRADLE_CACHE_USERNAME }}
GRADLE_CACHE_PASSWORD: ${{ secrets.GRADLE_CACHE_PASSWORD }}
strategy:
matrix:
api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix