Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.vanniktech:gradle-maven-publish-plugin 0.19.0 -> 0.20.0 age adoption passing confidence

Release Notes

vanniktech/gradle-maven-publish-plugin

v0.20.0

Compare Source

Upcoming behavior change

In the next release after this the com.vanniktech.maven.publish will stop adding Maven Central (Sonatype OSS) as a
publishing target and will not enable GPG signing by default. If you are curretly relying on this behavior the plugin
will print a warning during configuration phase. To continue publishing to maven central and signing artifacts either
add this to your build files:

mavenPublishing {
  publishToMavenCentral() // use publishToMavenCentral("S01") for publishing through s01.oss.sonatype.org
  enableReleaseSigning()
}

or the following to your gradle.properties:

SONATYPE_HOST=DEFAULT

Configuration

📅 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from RBusarow as a code owner June 2, 2022 11:53
@renovate renovate bot added automerge dependencies Pull requests that update a dependency file labels Jun 2, 2022
@renovate renovate bot force-pushed the renovate/vanniktech-publish branch from 356f9ac to 78ffcad Compare June 3, 2022 13:42
@renovate renovate bot force-pushed the renovate/vanniktech-publish branch from 78ffcad to 541d3c8 Compare June 3, 2022 19:26
@kodiakhq kodiakhq bot merged commit d10137d into main Jun 4, 2022
@kodiakhq kodiakhq bot deleted the renovate/vanniktech-publish branch June 4, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants