Has anyone ever seen that publishing a multiplatfo...
# multiplatform
s
Has anyone ever seen that publishing a multiplatform artifact is “UP-TO-DATE” and doesn’t do the publish in Gradle
Copy code
publishAllPublicationsToArtifactoryRepository UP-TO-DATE
m
That sounds super weird. What would the output of a publish task be??
s
uploading the artifact to the server. It didn’t for some reason.
c
Was that a version that was already published? Maybe it stores a cache of which versions were published or not
s
It was a configuration issue. I got it resolved
l
What configuration issue?