We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0b073 commit cb3c99aCopy full SHA for cb3c99a
.github/workflows/gradle-build.yml
@@ -63,6 +63,7 @@ jobs:
63
build-scan-publish: true
64
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
65
build-scan-terms-of-use-agree: "yes"
66
+ cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
67
- name: Cache SonarQube packages
68
uses: actions/cache@v4
69
with:
@@ -77,7 +78,7 @@ jobs:
77
78
env:
79
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: ./gradlew build jacocoTestReport sonar
81
+ run: ./gradlew build jacocoTestReport sonar --configuration-cache
82
- name: Terminate Testcontainers Cloud Client active sessions
83
uses: atomicjar/testcontainers-cloud-setup-action@v1
84
0 commit comments