From 04758fa0c7825050f2d5228933e021a3037f4510 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 15 Jan 2026 18:56:17 -0600 Subject: [PATCH] ci: Add Gradle setup to scheduled updates workflow (#4234) --- .github/workflows/scheduled-updates.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/scheduled-updates.yml b/.github/workflows/scheduled-updates.yml index 5ff6a3f12..f77e5a91e 100644 --- a/.github/workflows/scheduled-updates.yml +++ b/.github/workflows/scheduled-updates.yml @@ -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