Skip to content

Bump com.vanniktech.maven.publish from 0.15.1 to 0.16.0 #25

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

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Bumps com.vanniktech.maven.publish from 0.15.1 to 0.16.0.

Release notes

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

0.16.0

Changelog

Changelog

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

Version 0.16.0 (2021-06-20)

  • Add pomFromGradleProperties API to base plugin. This configures the pom in the same way the regular plugin does.
  • Add the ability to remove the default mavenCentral repository, by setting sonatypeHost to null
  • Support POM_LICENSE_NAME, POM_LICENSE_URL and POM_LICENSE_DIST properties in addition to LICENCE based properties.
  • Fixes an issue in the base plugin that caused an error during configuration of Android projects.
  • Fixes an issue with javadoc tasks when using Java toolchains.
  • The deprecated nexusOptions method was removed. closeAndReleaseRepository is automatically configured.
Commits
  • 03c04df Prepare for release 0.16.0.
  • b7bb811 use 0.16.0-rc1
  • 039889e Prepare for release 0.16.0-rc1.
  • dc37f7e update README and CHANGELOG for 0.16.0 (#273)
  • 4b8e781 get current java version from toolchain if possible (#271)
  • 9dfa4e0 add support for LICENSE properties in addition to LICENCE (#272)
  • 850e75f fix Android projects in base plugin not working (#270)
  • fc8c5c2 Fix key password property name in documentation and publication action (#266)
  • 4b3df71 Cleanup (#251)
  • 094ae11 add pomFromGradleProperties API to base plugin (#250)
  • Additional commits viewable 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)

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.15.1 to 0.16.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.15.1...0.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 21, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2021

Codecov Report

Merging #25 (f73539d) into 3.x (1d7e8ac) will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x      #25      +/-   ##
============================================
+ Coverage     99.52%   99.59%   +0.06%     
- Complexity     6757     6759       +2     
============================================
  Files           747      747              
  Lines         47391    47391              
  Branches       6382     6382              
============================================
+ Hits          47168    47199      +31     
+ Misses           98       87      -11     
+ Partials        125      105      -20     
Impacted Files Coverage Δ
...nternal/operators/observable/ObservableCreate.java 99.14% <0.00%> (ø)
...ternal/operators/observable/ObservableFlatMap.java 97.87% <0.00%> (ø)
...l/operators/observable/ObservableFlatMapMaybe.java 97.18% <0.00%> (ø)
...a3/internal/operators/flowable/FlowableReplay.java 99.78% <0.00%> (+0.21%) ⬆️
...operators/flowable/FlowableConcatMapScheduler.java 99.60% <0.00%> (+0.39%) ⬆️
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.58% <0.00%> (+0.41%) ⬆️
...operators/flowable/FlowableFlatMapCompletable.java 100.00% <0.00%> (+1.28%) ⬆️
...reactivex/rxjava3/processors/PublishProcessor.java 100.00% <0.00%> (+1.83%) ⬆️
...rnal/operators/flowable/FlowableFlatMapSingle.java 96.51% <0.00%> (+2.32%) ⬆️
...ernal/operators/flowable/FlowableFlatMapMaybe.java 97.40% <0.00%> (+2.59%) ⬆️
... 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 fd6a128...f73539d. Read the comment docs.

@sakibguy sakibguy merged commit ad4bbcc into 3.x Jun 22, 2021
@dependabot dependabot bot deleted the dependabot/gradle/com.vanniktech.maven.publish-0.16.0 branch June 22, 2021 04:26
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.

2 participants