Skip to content

Commit 5341964

Browse files
committed
824: Add Gradle configuration cache for trusted contributors.
1 parent e1b9735 commit 5341964

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ jobs:
8383
caches
8484
notifications
8585
jdks
86+
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
8687
build-scan-publish: true
87-
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
88+
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
8889
build-scan-terms-of-use-agree: "yes"
8990

9091

@@ -132,7 +133,7 @@ jobs:
132133
S3FS_SECRET_KEY: ${{ secrets.S3FS_SECRET_KEY }}
133134
S3FS_REGION: ${{ secrets.S3FS_REGION }}
134135
S3FS_PROTOCOL: "https"
135-
run: ./gradlew build jacocoTestReport -PwithSignature=${{ fromJSON(steps.deploy_check.outputs.result).is_deployable }} --warn --stacktrace --scan
136+
run: ./gradlew build jacocoTestReport -PwithSignature=${{ fromJSON(steps.deploy_check.outputs.result).is_deployable }} --warn --stacktrace --scan --configuration-cache
136137

137138
- name: Publish code analysis to Sonarcloud
138139
# [WARNING] The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.

0 commit comments

Comments
 (0)