We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2785f17 commit a0a35b2Copy full SHA for a0a35b2
.github/workflows/deploy.yml
@@ -32,8 +32,6 @@ jobs:
32
ORG_GRADLE_PROJECT_nexus_pass: ${{ secrets.NEXUS_PASS }}
33
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
34
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
35
-
36
- gradle_key
37
steps:
38
- uses: actions/checkout@v3
39
- name: jdk 11
0 commit comments