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 50b3a47 commit 22bbf0bCopy full SHA for 22bbf0b
.github/workflows/publish-release.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: gradle/actions/setup-gradle@v4
40
41
- name: Publish
42
- run: ./gradlew publishAllPublicationsToMavenCentralRepository
+ run: ./gradlew --no-configuration-cache publishAllPublicationsToMavenCentralRepository
43
44
extract-version:
45
name: Extract Library Version
.github/workflows/publish-snapshot.yml
@@ -44,7 +44,7 @@ jobs:
46
47
48
49
publish-docs:
50
name: Publish Documentation
0 commit comments