Skip to content

Commit

Permalink
Publishing to Maven Central requires CC be disabled
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 22934c8a6996933eb08d667ffae7306b67e44756
  • Loading branch information
staktrace authored and svc-squareup-copybara committed Jan 29, 2025
1 parent 7efcffe commit 31f654c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
- name: Publish the artifacts
run: |
gradle clean publish --stacktrace
# disable configuration cache because publishing to Maven Central with CC is not supported yet
gradle clean publish --stacktrace --no-configuration-cache
- name: Tag Misk repo
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 31f654c

Please sign in to comment.