-
Notifications
You must be signed in to change notification settings - Fork 2
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 maven-publish to v0.22.0 #186
Conversation
6ff1b28
to
cf6b03d
Compare
Codecov Report
@@ Coverage Diff @@
## main #186 +/- ##
============================================
+ Coverage 70.47% 79.91% +9.44%
- Complexity 67 90 +23
============================================
Files 31 25 -6
Lines 918 1240 +322
Branches 83 124 +41
============================================
+ Hits 647 991 +344
+ Misses 236 190 -46
- Partials 35 59 +24
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.
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.