I'm wondering how to deploy artifacts to Artifactory's Distribution repo . Pushing directly to the distribution repo from gradle (using the gradle-maven plugin) results in the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':artifactoryDeploy'.
> java.io.IOException: Failed to deploy file. Status code: 404 Response message: Artifactory returned the following errors:
Could not find a local repository named my-distribution-repo to deploy to. Status code: 404
Seems I can't push to a repo that's not a local repo. Any ideas?