We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
androidartifacts
Goes hand in hand with #32 #31 and #34 ... somehow
Currently we apply the guru.stefma.artifacts plugin when this plugin got applied:
guru.stefma.artifacts
ArtifactoryPublish/src/main/kotlin/guru/stefma/artifactorypublish/ArtifactoryPublishPlugin.kt
Line 19 in 8c6f4b8
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...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Goes hand in hand with #32 #31 and #34 ... somehow
Currently we apply the
guru.stefma.artifacts
plugin when this plugin got applied:ArtifactoryPublish/src/main/kotlin/guru/stefma/artifactorypublish/ArtifactoryPublishPlugin.kt
Line 19 in 8c6f4b8
The 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...
The text was updated successfully, but these errors were encountered: