I have a gradle project, and Artifactory as a repository.
I'm a bit confised from the docs, so I ask the experts here: What is the preferred way to upload artifacts to Artifactory? using gradle's uploadArchives
, or Artifactory's artifactoryPublish
?
Why the uploadArchives is not enough?