Skip to content

Commit 34091f6

Browse files
committed
Doesn't work with CC yet
1 parent 0df6f92 commit 34091f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Publish artifacts
3737
uses: gradle/gradle-build-action@v2
3838
with:
39-
arguments: publishToMavenCentral -s
39+
arguments: publishToMavenCentral --no-configuration-cache
4040
env:
4141
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
4242
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)