StefMa / ArtifactoryPublish

A super easy way to release Android and Java artifacts to artifactory.
MIT License
12 stars 3 forks source link

Don't inherited from the AndroidArtifacts extension #31

Closed StefMa closed 5 years ago

StefMa commented 6 years ago

Do not extend the AndroidArtifacts extension but create our own. The user have to setup two extensions.

DevAhamed commented 6 years ago

Any updates on this issue? I want to use both ArtifactoryPublish and bintray-release in the same project.

Or should i just use ArtifactoryPublish to publish into artifactory and move the releae into bintray?

StefMa commented 6 years ago

Hey @DevAhamed

that have nothing to do with this issue. But thanks for the hint. I created a new issue for it here and here.

As workaround you could just apply one plugin and move the generated files (POM, aars etc) manually to the different distribution system...