chore(deps): update dependency io.github.gradle-nexus:publish-plugin to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| io.github.gradle-nexus:publish-plugin | 1.3.0 -> 2.0.0 |
Release Notes
gradle-nexus/publish-plugin (io.github.gradle-nexus:publish-plugin)
v2.0.0: 2.0.0 - publishing with Ivy + sensible Gradle 8.x compatibility
Notable changes in 2.0
- support publishing with Ivy - #222
- add
closeStagingRepositoriesandreleaseStagingRepositoriessummary tasks - #236 - deprecate build support for Java 8 (build target still set to 8, but building with JDK <11 might fail) - #171
- improve support for build cache and compatibility with Gradle 8.x
- last, but not least - new team member - @TWiStErRob - welcome aboard!
Backward incompatible changes
-
closeAndReleaseStagingRepositoryhas been renamed tocloseAndReleaseStagingRepositoriesfor consistency
Full list of changes since 1.3.0: https://github.com/gradle-nexus/publish-plugin/compare/v1.3.0...v2.0.0
Changes in 2.0.0-final (since rc-2):
- simplify build configuration
- enhance documentation
- improve E2E tests execution on CI
- build itself with Gradle 8.6
- dependency upgrade
Full list of changes: https://github.com/gradle-nexus/publish-plugin/compare/v2.0.0-rc-2...v2.0.0
Thanks to all the contributors to this release: @TWiStErRob, @3flex, @Goooler.
Configuration
📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.82%. Comparing base (
aea4cb3) to head (af2655b). Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #119 +/- ##
=========================================
Coverage 84.82% 84.82%
Complexity 218 218
=========================================
Files 29 29
Lines 659 659
Branches 117 117
=========================================
Hits 559 559
Misses 71 71
Partials 29 29
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 84.82% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.