From 9d71e9b0bf8c58562d99fc49e2d7e135539bc209 Mon Sep 17 00:00:00 2001 From: Rashidi Zin Date: Fri, 1 Aug 2025 12:25:58 +0800 Subject: [PATCH] Enable gradle configuration cache --- .github/workflows/gradle-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 7398302e..25160abe 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -63,6 +63,7 @@ jobs: build-scan-publish: true build-scan-terms-of-use-url: "https://gradle.com/terms-of-service" build-scan-terms-of-use-agree: "yes" + cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - name: Cache SonarQube packages uses: actions/cache@v4 with: @@ -77,7 +78,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew build jacocoTestReport sonar + run: ./gradlew build jacocoTestReport sonar --configuration-cache - name: Terminate Testcontainers Cloud Client active sessions uses: atomicjar/testcontainers-cloud-setup-action@v1 with: