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 12e86f3 commit 5242e32Copy full SHA for 5242e32
.github/workflows/codeql-analysis.yml
@@ -74,6 +74,9 @@ jobs:
74
# Potential stop-gap solution for ReadTimeout issues with the Gradle Build Cache
75
# https://gradle.slack.com/archives/CHDLT99C6/p1636477584059200
76
GRADLE_OPTS: -Dhttp.keepAlive=false
77
+ ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
78
+ ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.GPG_PRIVATE_KEY_ID }}
79
+ ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
80
81
- name: Compile with Gradle without Build Scan
82
if: ${{ matrix.language == 'java' && github.repository_owner != 'gradle' }}
0 commit comments