Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

chore(deps): update dependency io.codearte.gradle.nexus:gradle-nexus-staging-plugin to v0.21.2 #104

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 23, 2019

This PR contains the following updates:

Package Update Change
io.codearte.gradle.nexus:gradle-nexus-staging-plugin minor 0.8.0 -> 0.21.2

Release Notes

Codearte/gradle-nexus-staging-plugin

v0.21.2

v0.21.1

  • Fix incompatibility of unsupported releasing with legacy upload task with Gradle 5
  • Precise minimal supported Gradle version to 4.9
  • Improve error message when applying on root project - #​122 - PR by Patrik Greco

v0.21.0

  • Restore ability to override ban on applying plugin on subprojects - #​116
  • Workaround Gradle limitations with precompiled script plugin accessors in Kotlin - #​117 - contribution by @​Vampire
  • Decrease retrying messages verbosity - #​82
  • Execute e2e tests on Travis also for Java 11 - #​74
  • Automatically upgrade dependencies with Dependabot - #​79
  • CI server sanity check for Java 12 compatibility
  • CI server sanity check for OpenJ9 11 compatibility

v0.20.0

  • Reuse explicitly created staging repository ID if provided by external plugin - #​77
  • Fix releasing from Travis - workaround Gradle limitation with Nexus stating repositories with external plugin - nexus-publish-plugin #​76
  • Raise minimal required Gradle version to 4.8 due to internals modernisation
  • Runtime compatibility with Gradle 5.0 and 5.1

Deprecation note. Support for implicitly created staging repositories is deprecated. It has been always problematic, slow and error prone
to find a proper staging repository and the recent changes in Travis just emphasised that.
Thanks to the new nexus-publish-plugin plugin by
Marc Philipp which seamlessly integrates with the gradle-nexus-staging plugin it should straightforward to use
explicitly created staging repositories in Nexus. At least in a case of using maven-publish (publish... tasks). If you still use the old maven
plugin (the uploadArchives task) please refer to that issue.

The original code has not been removed and should still work for the time being (if you don't use Travis), but it is no longer officially
supported (e.g. the E2E tests has been switched to the new approach).

v0.12.0

  • Java 11 compatibility (basic path verified by e2e tests) - #​73
  • Fix crash on non-upload task named 'uploadArchives' - #​67
  • Drop support for Java 7
  • Drop Gradle 2.x support (not supported by used plugins)
  • Upgrade project dependencies
  • Upgrade Gradle to 4.10.2

v0.11.0

  • Fail when applied on non-root project - #​47
  • Less confusing log output without "info" logging enabled - #​60
  • Upgrade project dependencies
  • Upgrade Gradle to 4.1 (compatibility with Gradle 2.0+ should be still maintained)

v0.10.0

  • Configurable repository description in close/release operation - #​63 - contribution by akomakom

v0.9.0

This release provides no new features or bugfixes. It is focused on acceptance E2E testing and Continuous Delivery
with CDeliveryBoy.

  • Acceptance tests at Gradle level run before release against real Nexus - #​40
  • Automatic CHANGELOG.md synchronization with GitHub releases - #​52
  • Switch releasing to Continuous Delivery with CDeliveryBoy - #​54

Renovate 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, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 23, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 23, 2019
@codecov
Copy link

codecov bot commented Dec 23, 2019

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #104   +/-   ##
=========================================
  Coverage     60.48%   60.48%           
  Complexity      147      147           
=========================================
  Files            14       14           
  Lines           615      615           
  Branches         92       92           
=========================================
  Hits            372      372           
  Misses          217      217           
  Partials         26       26

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 cb7171e...7e2fca4. Read the comment docs.

@renovate-bot renovate-bot changed the title Update dependency io.codearte.gradle.nexus:gradle-nexus-staging-plugin to v0.21.2 chore(deps): update dependency io.codearte.gradle.nexus:gradle-nexus-staging-plugin to v0.21.2 Feb 19, 2020
@elharo elharo merged commit f125067 into googleapis:master Feb 24, 2020
@renovate-bot renovate-bot deleted the renovate/io.codearte.gradle.nexus-gradle-nexus-staging-plugin-0.x branch February 24, 2020 15:21
miraleung pushed a commit that referenced this pull request Jun 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants