Store icon indicating copy to clipboard operation
Store copied to clipboard

Bump gradle-maven-publish-plugin from 0.18.0 to 0.19.0

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps gradle-maven-publish-plugin from 0.18.0 to 0.19.0.

Release notes

Sourced from gradle-maven-publish-plugin's releases.

0.19.0

Changelog

Changelog

Sourced from gradle-maven-publish-plugin's changelog.

Version 0.19.0 (2022-02-26)

  • Behavior Change: When using version 7.1.0 or newer of the Android Gradle Plugin we will now publish all variants of a library unless androidVariantToPublish was set in the DSL. This means that for example both debug and release or all flavors.
  • Deprecated androidVariantToPublish. In the future the main plugin will always publish all variants of an Android library. If you need to publish only one variant or a subset take a look at the base plugin APIs.
  • Base plugin: Added AndroidSingleVariantLibrary and AndroidMultiVariantLibrary options that use the new AGP 7.1 APIs under the hood.
  • Base plugin: Deprecated AndroidLibrary option in favor of the above
  • The integration with Sonatype Nexus has been extracted into it's own artifact and is available as com.vanniktech:nexus:<version>
Commits
  • c126776 Prepare version 0.19.0
  • a91b765 add AGP 7.1.2 support (#293)
  • 6b8661b change how integration tests are run, update dependencies/build (#327)
  • 224c2fb Fix maven local path (#316)
  • 6f45542 Fix partial(confusing) sign detail for windows (#286)
  • c76feb1 Extract nexus as a separate module (#309)
  • 42a748d Fixing variable names (group and version) in base plugin configuration in doc...
  • 3b0d49a Prepare next development version.
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Mar 16 '22 22:03 dependabot[bot]

Codecov Report

Merging #413 (4dc055c) into main (83205da) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #413   +/-   ##
=========================================
  Coverage     84.11%   84.11%           
  Complexity      178      178           
=========================================
  Files            49       49           
  Lines           913      913           
  Branches        133      133           
=========================================
  Hits            768      768           
  Misses           79       79           
  Partials         66       66           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 83205da...4dc055c. Read the comment docs.

codecov[bot] avatar Mar 17 '22 18:03 codecov[bot]

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Feb 25 '23 18:02 dependabot[bot]