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 7efcffe commit 31f654cCopy full SHA for 31f654c
.github/workflows/Build.yml
@@ -97,7 +97,8 @@ jobs:
97
98
- name: Publish the artifacts
99
run: |
100
- gradle clean publish --stacktrace
+ # disable configuration cache because publishing to Maven Central with CC is not supported yet
101
+ gradle clean publish --stacktrace --no-configuration-cache
102
103
- name: Tag Misk repo
104
uses: mathieudutour/[email protected]
0 commit comments