Closed StefMa closed 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
guru.stefma.artifacts
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...
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#L19The better approach would be to "react" on the plugin - if its already applied. So we have a way better separation:
guru.stefma.artifacts
plugin is applied (or better some "base plugin" so we can make sure that it is really applied)Otherwise we do nothing...