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

Update plugin maven-publish to v0.19.0 #96

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
com.vanniktech.maven.publish plugin minor 0.18.0 -> 0.19.0

Release Notes

vanniktech/gradle-maven-publish-plugin

v0.19.0

Compare Source

  • 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>

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Feb 27, 2022

Codecov Report

Merging #96 (b7083eb) into main (56a59f1) will increase coverage by 0.23%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #96      +/-   ##
============================================
+ Coverage     57.25%   57.49%   +0.23%     
  Complexity       11       11              
============================================
  Files             8        8              
  Lines           613      654      +41     
  Branches        145      145              
============================================
+ Hits            351      376      +25     
- Misses          223      239      +16     
  Partials         39       39              
Impacted Files Coverage Δ
koap/src/commonMain/kotlin/Message.kt 57.14% <0.00%> (-2.09%) ⬇️
koap/src/commonMain/kotlin/Debug.kt 26.08% <0.00%> (-1.19%) ⬇️
koap/src/commonMain/kotlin/ByteArrayReader.kt 68.08% <0.00%> (-0.10%) ⬇️
koap/src/commonMain/kotlin/Decoder.kt 53.74% <0.00%> (+1.62%) ⬆️
koap/src/commonMain/kotlin/Encoder.kt 71.69% <0.00%> (+3.27%) ⬆️
koap/src/commonMain/kotlin/Option.kt 26.31% <0.00%> (+4.09%) ⬆️

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 6b6c457...b7083eb. Read the comment docs.

@sdonn3 sdonn3 enabled auto-merge (squash) February 28, 2022 18:16
@sdonn3 sdonn3 merged commit 57a9d2f into main Mar 1, 2022
@sdonn3 sdonn3 deleted the renovate/com.vanniktech.maven.publish-0.x branch March 1, 2022 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants