saveourtool / diktat

Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
https://diktat.saveourtool.com
MIT License
524 stars 39 forks source link

chore(deps): update dependency io.github.gradle-nexus:publish-plugin to v2 #1928

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.gradle-nexus:publish-plugin 1.3.0 -> 2.0.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle-nexus/publish-plugin (io.github.gradle-nexus:publish-plugin) ### [`v2.0.0`](https://togithub.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0): 2.0.0 - publishing with Ivy + sensible Gradle 8.x compatibility #### Notable changes in 2.0 - support publishing with Ivy - [#​222](https://togithub.com/gradle-nexus/publish-plugin/pull/222) - add `closeStagingRepositories` and `releaseStagingRepositories` summary tasks - [#​236](https://togithub.com/gradle-nexus/publish-plugin/issues/236) - deprecate build support for Java 8 (build target still set to 8, but building with JDK <11 might fail) - [#​171](https://togithub.com/gradle-nexus/publish-plugin/issues/171) - improve support for build cache and compatibility with Gradle 8.x - last, but not least - new team member - [@​TWiStErRob](https://togithub.com/TWiStErRob) - welcome aboard! ##### Backward incompatible changes - `closeAndReleaseStagingRepository` has been renamed to `closeAndReleaseStagingRepositories` for 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](https://togithub.com/TWiStErRob), [@​3flex](https://togithub.com/3flex), [@​Goooler](https://togithub.com/Goooler).

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - 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.



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

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.79%. Comparing base (b5638a4) to head (cae03e5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1928 +/- ## ========================================= Coverage 76.79% 76.79% Complexity 2492 2492 ========================================= Files 134 134 Lines 7898 7898 Branches 2240 2240 ========================================= Hits 6065 6065 Misses 828 828 Partials 1005 1005 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 5 months ago

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2)

β€‡β€ˆ167 files  Β±0β€‚β€ƒβ€‡β€ˆ167 suites  Β±0   7m 41s :stopwatch: -43s 1β€ˆ446 tests Β±0  1β€ˆ429 :white_check_mark: Β±0  17 :zzz: Β±0  0 :x: Β±0  2β€ˆ826 runsβ€Š Β±0  2β€ˆ809 :white_check_mark: Β±0  17 :zzz: Β±0  0 :x: Β±0 

Results for commit cae03e55. ± Comparison against base commit b5638a4e.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 5 months ago

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2)

β€‡β€ˆ167 files  Β±0β€‚β€ƒβ€‡β€ˆ167 suites  Β±0   3m 48s :stopwatch: +52s 1β€ˆ446 tests Β±0  1β€ˆ407 :white_check_mark: Β±0  39 :zzz: Β±0  0 :x: Β±0  2β€ˆ826 runsβ€Š Β±0  2β€ˆ787 :white_check_mark: Β±0  39 :zzz: Β±0  0 :x: Β±0 

Results for commit cae03e55. ± Comparison against base commit b5638a4e.

:recycle: This comment has been updated with latest results.

orchestr7 commented 4 months ago

checked - works well locally