Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf of githubMay 3, 2021

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

Release notes

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

0.15.1

Changelog

Changelog

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

Version 0.15.1 (2021-05-02)

  • The closeAndReleaseRepository task was mistakenly expecting the wrong Gradle properties. The README and changelog also mentioned the wrong properties. The correct ones are mavenCentralUsername and mavenCentralPassword or for environment variables: ORG_GRADLE_PROJECT_mavenCentralUsername and ORG_GRADLE_PROJECT_mavenCentralPassword.
  • Fix signing not being configurable until afterEvaluate
  • Use empty string as in memory signing password when no password is specified
  • Fix statingProfile in nexusOptions not being optional which causes an error when running closeAndReleaseRepository
Commits
  • c7d7370 Prepare version 0.15.1
  • 8a33630 apply Signing plugin early in regular plugin (#235)
  • 0c677fe make stagingProfile optional (#236)
  • 7d9a7b1 Use mavenCentralUsername and mavenCentralPassword everywhere (#230)
  • cafe2fd Fallback to an empty string when signingInMemoryKeyPassword is null (#231)
  • d4dfbbc Update CHANGELOG.md
  • d2e035c 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)

@dependabotdependabotbot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 3, 2021
Copy link
Collaborator

@vanniktechvanniktech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecovbot commented May 3, 2021

Codecov Report

Merging #7250 (6f6e574) into 3.x (0792e05) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## 3.x #7250 +/- ## ============================================ + Coverage 99.54% 99.56% +0.02% - Complexity 6757 6758 +1  ============================================ Files 747 747 Lines 47391 47391 Branches 6382 6382 ============================================ + Hits 47176 47187 +11 + Misses 99 92 -7 + Partials 116 112 -4 
Impacted FilesCoverage ΔComplexity Δ
...ernal/operators/flowable/FlowableFlatMapMaybe.java96.37% <0.00%> (-1.56%)2.00% <0.00%> (ø%)
.../operators/observable/ObservableCombineLatest.java99.38% <0.00%> (-0.62%)6.00% <0.00%> (ø%)
...operators/flowable/FlowableConcatMapScheduler.java99.20% <0.00%> (-0.40%)4.00% <0.00%> (ø%)
...ternal/operators/observable/ObservableFlatMap.java98.22% <0.00%> (-0.36%)3.00% <0.00%> (ø%)
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java99.16% <0.00%> (+0.41%)49.00% <0.00%> (ø%)
.../reactivex/rxjava3/observers/BaseTestConsumer.java100.00% <0.00%> (+0.53%)75.00% <0.00%> (+1.00%)
...perators/single/SingleFlatMapIterableFlowable.java100.00% <0.00%> (+0.83%)2.00% <0.00%> (ø%)
...ternal/operators/completable/CompletableMerge.java98.64% <0.00%> (+1.35%)2.00% <0.00%> (ø%)
...l/operators/observable/ObservableFlatMapMaybe.java96.47% <0.00%> (+2.11%)2.00% <0.00%> (ø%)
...eactivex/rxjava3/processors/BehaviorProcessor.java100.00% <0.00%> (+2.51%)50.00% <0.00%> (ø%)
... and 1 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 0792e05...6f6e574. Read the comment docs.

@akarnokd
Copy link
Member

Yep. Done that in 3ad6bc1.

@akarnokdakarnokd merged commit 94ed352 into 3.xMay 3, 2021
@dependabotdependabotbot deleted the dependabot/gradle/com.vanniktech.maven.publish-0.15.1 branch May 3, 2021 10:08
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavaPull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@akarnokd@vanniktech