Skip to content

Commit 31f654c

Browse files
staktracesvc-squareup-copybara
authored andcommitted
Publishing to Maven Central requires CC be disabled
GitOrigin-RevId: 22934c8a6996933eb08d667ffae7306b67e44756
1 parent 7efcffe commit 31f654c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
9898
- name: Publish the artifacts
9999
run: |
100-
gradle clean publish --stacktrace
100+
# disable configuration cache because publishing to Maven Central with CC is not supported yet
101+
gradle clean publish --stacktrace --no-configuration-cache
101102
102103
- name: Tag Misk repo
103104
uses: mathieudutour/[email protected]

0 commit comments

Comments
 (0)