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 8899998 commit 2d6e6adCopy full SHA for 2d6e6ad
.github/workflows/gradle-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
gradle-version: current
28
29
- name: Gradle Build and Test
30
- run: gradle publish
+ run: gradle --no-configuration-cache publish
31
env:
32
gpg_private_key: ${{ secrets.gpg_private_key }}
33
gpg_passphrase: ${{ secrets.gpg_passphrase }}
0 commit comments