Skip to content
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

Bump com.vanniktech.maven.publish from 0.18.0 to 0.19.0 #7396

Merged
merged 1 commit into from Feb 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps com.vanniktech.maven.publish from 0.18.0 to 0.19.0.

Release notes

Sourced from com.vanniktech.maven.publish's releases.

0.19.0

Changelog

Changelog

Sourced from com.vanniktech.maven.publish'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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 28, 2022
@codecov
Copy link

codecov bot commented Feb 28, 2022

Codecov Report

Merging #7396 (5f13499) into 3.x (e8855b2) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7396      +/-   ##
============================================
+ Coverage     99.52%   99.57%   +0.04%     
- Complexity     6781     6783       +2     
============================================
  Files           751      751              
  Lines         47482    47482              
  Branches       6378     6378              
============================================
+ Hits          47255    47278      +23     
+ Misses          103       95       -8     
+ Partials        124      109      -15     
Impacted Files Coverage Δ
.../operators/observable/ObservableFlatMapSingle.java 95.23% <0.00%> (-2.39%) ⬇️
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.16% <0.00%> (+0.20%) ⬆️
...a3/internal/operators/flowable/FlowableCreate.java 99.02% <0.00%> (+0.32%) ⬆️
...internal/operators/flowable/FlowableSwitchMap.java 100.00% <0.00%> (+0.47%) ⬆️
...l/operators/observable/ObservableFlatMapMaybe.java 92.25% <0.00%> (+0.70%) ⬆️
...ternal/operators/observable/ObservableFlatMap.java 98.58% <0.00%> (+0.70%) ⬆️
...java3/internal/operators/flowable/FlowableZip.java 100.00% <0.00%> (+1.02%) ⬆️
...ernal/operators/flowable/FlowableFromIterable.java 100.00% <0.00%> (+1.04%) ⬆️
...ators/observable/ObservableFlatMapCompletable.java 100.00% <0.00%> (+1.47%) ⬆️
...ernal/operators/flowable/FlowableFlatMapMaybe.java 96.89% <0.00%> (+1.55%) ⬆️
... and 4 more

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 e8855b2...5f13499. Read the comment docs.

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.18.0...0.19.0)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.vanniktech.maven.publish-0.19.0 branch from bb558a2 to 5f13499 Compare February 28, 2022 09:56
@akarnokd akarnokd merged commit db96a1f into 3.x Feb 28, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.vanniktech.maven.publish-0.19.0 branch February 28, 2022 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant