-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Update plugin android-publish to v0.22.0 #213
Conversation
Codecov Report
@@ Coverage Diff @@
## main #213 +/- ##
============================================
- Coverage 94.44% 85.46% -8.99%
- Complexity 51 91 +40
============================================
Files 13 20 +7
Lines 126 282 +156
Branches 8 15 +7
============================================
+ Hits 119 241 +122
- Misses 6 37 +31
- Partials 1 4 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before merging, I want to make updates to configuration that this new version supports.
9e884e9
to
b4757ad
Compare
This PR contains the following updates:
0.21.0
->0.22.0
Release Notes
vanniktech/gradle-maven-publish-plugin
v0.22.0
Compare Source
SONATYPE_HOST
or callingpublishToMavenCentral(...)
the plugin will now explicitly create a staging repository on Sonatype. This avoids issues where a single build would create multiple repositories--no-parallel
and--no-daemon
together withpublish
publish
orpublishAllPublicationsToMavenCentralRepository
tasks the plugin will automatically close the staging repository at the end of the build if it was successful.or
closeAndReleaseRepository
task is not needed anymorecom.gradle.plugin-publish
pluginConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.