StefMa / ArtifactoryPublish

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

Don't depend on the `androidartifacts` plugin but react on it #38

Closed StefMa closed 5 years ago

StefMa commented 5 years ago

Goes hand in hand with #32 #31 and #34 ... somehow

Currently we apply the guru.stefma.artifacts plugin when this plugin got applied: https://github.com/StefMa/ArtifactoryPublish/blob/8c6f4b84b937bbefbe725b38e911b5c25e7ee8e2/src/main/kotlin/guru/stefma/artifactorypublish/ArtifactoryPublishPlugin.kt#L19

The better approach would be to "react" on the plugin - if its already applied. So we have a way better separation:

Otherwise we do nothing...