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 0df6f92 commit 34091f6Copy full SHA for 34091f6
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Publish artifacts
37
uses: gradle/gradle-build-action@v2
38
with:
39
- arguments: publishToMavenCentral -s
+ arguments: publishToMavenCentral --no-configuration-cache
40
env:
41
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
42
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
0 commit comments