ci: Add Gradle setup to scheduled updates workflow (#4234)

This commit is contained in:
James Rich 2026-01-15 18:56:17 -06:00 committed by GitHub
parent 8b65d85271
commit 04758fa0c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,6 +78,15 @@ jobs:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
build-scan-publish: true
build-scan-terms-of-use-url: 'https://gradle.com/terms-of-service'
build-scan-terms-of-use-agree: 'yes'
add-job-summary: always
- name: Update Graphs
run: ./gradlew graphUpdate
continue-on-error: true