8000 Bump com.vanniktech.maven.publish from 0.14.2 to 0.15.0 by dependabot[bot] · Pull Request #7246 · ReactiveX/RxJava · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump com.vanniktech.maven.publish from 0.14.2 to 0.15.0 #7246

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
Apr 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Apr 26, 2021

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

Release notes

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

0.15.0

Changelog

Changelog

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

Version 0.15.0 (2021-04-24)

  • BREAKING: Removed support for deprecated RELEASE_REPOSITORY_URL, SNAPSHOT_REPOSITORY_URL, SONATYPE_NEXUS_USERNAME, SONATYPE_NEXUS_PASSWORD environment variables and properties. For safety reasons the project will fail when finding these. Use mavenCentralRepositoryUsername and mavenCentralRepositoryPassword Gradle properties or ORG_GRADLE_PROJECT_mavenCentralRepositoryUsername and ORG_GRADLE_PROJECT_mavenCentralRepositoryPassword environment variables instead.
  • BREAKING: Removed deprecated targets API. See README for alternative ways of adding targets.
  • Behavior change: The dokka plugin is not applied by default anymore for Kotlin projects. When it is applied we will still use the dokka tasks to create the javadoc jar.
  • Support for s01.oss.sonatype.org by setting sonatypeHost = "S01".
  • Introduce com.vanniktech.maven.publish.base plugin. This plugin contains all the functionality of the main plugin, but does not configure anything automatically. Instead, it offers a public API, which is also used by the main plugin to do so yourself. This allows for more flexibility and to publish different project types. The API is not final yet, but we're happy to receive feedback.
Commits
  • dbc2cd9 Prepare version 0.15.0
  • 02d52b1 update README and CHANGELOG for 0.15.0 (#227)
  • 0f8efe0 API improvements for Groovy users (#226)
  • 8df1408 add sonatypeHost to legacy extension, deprecate NexusOptions (#213)
  • 0e1bd41 add API to configure what to publish (#212)
  • b352ff9 Merge branch 'gmale-fix/variant-error-message'
  • 045297f fix detekt
  • 863cc21 move section down
  • 84730c4 Mention the androidVariantToPublish setting in the README.
  • 9e9158d Merge branch 'gmale-fix/variant-error'
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 26, 2021
akarnokd added a commit that referenced this pull request Apr 26, 2021
@codecov
Copy link
codecov bot commented Apr 26, 2021

Codecov Report

Merging #7246 (b937576) into 3.x (24113ad) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                3.x    #7246   +/-   ##
=========================================
  Coverage     99.59%   99.59%           
+ Complexity     6759     6758    -1     
=========================================
  Files           747      747           
  Lines         47391    47391           
  Branches       6382     6382           
=========================================
  Hits          47197    47197           
- Misses           88       89    +1     
+ Partials        106      105    -1     
Impacted Files Coverage Δ Complexity Δ
.../operators/flowable/FlowableBlockingSubscribe.java 93.02% <0.00%> (-4.66%) 10.00% <0.00%> (-1.00%)
...ternal/operators/completable/CompletableMerge.java 97.29% <0.00%> (-2.71%) 2.00% <0.00%> (ø%)
...internal/operators/flowable/FlowableSwitchMap.java 98.58% <0.00%> (-1.42%) 3.00% <0.00%> (ø%)
...a3/internal/operators/flowable/FlowableReplay.java 98.92% <0.00%> (-0.86%) 21.00% <0.00%> (ø%)
.../operators/maybe/MaybeFlatMapIterableFlowable.java 99.18% <0.00%> (-0.82%) 2.00% <0.00%> (ø%)
...ternal/operators/observable/ObservableFlatMap.java 98.22% <0.00%> (-0.36%) 3.00% <0.00%> (ø%)
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.37% <0.00%> (+0.20%) 49.00% <0.00%> (ø%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 98.44% <0.00%> (+0.51%) 2.00% <0.00%> (ø%)
...rnal/operators/flowable/FlowableFlatMapSingle.java 97.09% <0.00%> (+0.58%) 2.00% <0.00%> (ø%)
.../operators/observable/ObservableFlatMapSingle.java 97.61% <0.00%> (+0.79%) 2.00% <0.00%> (ø%)
... and 3 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 24113ad...b937576. Read the comment docs.

@akarnokd akarnokd merged commit 28a5594 into 3.x Apr 26, 2021
@dependabot dependabot bot deleted the dependabot/gradle/com.vanniktech.maven.publish-0.15.0 branch April 26, 2021 10:05
akarnokd added a commit that referenced this pull request Apr 26, 2021
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.

1 participant
0