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 7f3ba6e commit 3c4959fCopy full SHA for 3c4959f
.github/workflows/build.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Set up Gradle
24
uses: gradle/actions/setup-gradle@v3
25
with:
26
+ cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
27
validate-wrappers: true
28
build-scan-publish: true
29
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
0 commit comments