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: