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 105251e commit 59fe5afCopy full SHA for 59fe5af
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Gradle
27
uses: gradle/actions/setup-gradle@v3
28
with:
29
- cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
+ cache-encryption-key: ${{ secrets.GRADLEENCRYPTIONKEY }}
30
validate-wrappers: true
31
build-scan-publish: true
32
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
0 commit comments