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

@ -13,6 +13,10 @@ on:
required: false
GRADLE_CACHE_URL:
required: false
GRADLE_CACHE_USERNAME:
required: false
GRADLE_CACHE_PASSWORD:
required: false
inputs:
upload_artifacts:
description: 'Whether to upload build and Detekt artifacts'
@ -33,6 +37,8 @@ jobs:
DATADOG_CLIENT_TOKEN: ${{ secrets.DATADOG_CLIENT_TOKEN }}
MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}
GRADLE_CACHE_USERNAME: ${{ secrets.GRADLE_CACHE_USERNAME }}
GRADLE_CACHE_PASSWORD: ${{ secrets.GRADLE_CACHE_PASSWORD }}
steps: