orchestr7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS
https://akuleshov7.github.io/ktoml
MIT License
446 stars 23 forks source link

Update dependency io.github.gradle-nexus:publish-plugin to v2 #267

Closed renovate[bot] closed 3 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.1.0 -> 2.0.0 age adoption passing confidence

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). ### [`v1.3.0`](https://togithub.com/gradle-nexus/publish-plugin/releases/tag/v1.3.0): 1.3.0 - ability to create and release staging repository in separate calls Notable changes: - Ability to create and release staging repository in separate calls (e.g. after manual verification) - [#​19](https://togithub.com/gradle-nexus/publish-plugin/issues/19) ([PR](https://togithub.com/gradle-nexus/publish-plugin/pull/201) by [@​vlsi](https://togithub.com/vlsi)) Thanks to all the contributors to this release: [@​vlsi](https://togithub.com/vlsi). ### [`v1.2.0`](https://togithub.com/gradle-nexus/publish-plugin/releases/tag/v1.2.0): 1.2.0 - no deprecation warning in Gradle 7.6+ Notable changes: - Fix `ConfigureUtil` deprecation warning in Gradle 7.6+ - [#​152](https://togithub.com/gradle-nexus/publish-plugin/issues/152) - Improve "not in desired state" error message - [#​157](https://togithub.com/gradle-nexus/publish-plugin/issues/157) - CI basic regression tests with Gradle 8 (effectively from 5.0 to 8.0) - [#​168](https://togithub.com/gradle-nexus/publish-plugin/issues/168) - CI basic regression tests with JDK 17 (effectively with 8, 11 and 17) - [#​179](https://togithub.com/gradle-nexus/publish-plugin/issues/179) - Enhance documentation - [#​94](https://togithub.com/gradle-nexus/publish-plugin/issues/94), [#​135](https://togithub.com/gradle-nexus/publish-plugin/issues/135), [#​108](https://togithub.com/gradle-nexus/publish-plugin/issues/108) - Update used Gradle to 8.0 (still compatible with 5.0+) - [#​168](https://togithub.com/gradle-nexus/publish-plugin/issues/168) - Update project dependencies - [#​169](https://togithub.com/gradle-nexus/publish-plugin/issues/169) More [changes](https://togithub.com/gradle-nexus/publish-plugin/milestone/3?closed=1). Big thank you to the contributors who provided pull requests: [@​TWiStErRob](https://togithub.com/TWiStErRob), [@​vlsi](https://togithub.com/vlsi), [@​nedtwigg](https://togithub.com/nedtwigg), [@​turansky](https://togithub.com/turansky), [@​larsgrefer](https://togithub.com/larsgrefer), [@​nhajratw](https://togithub.com/nhajratw), [@​tschuchortdev](https://togithub.com/tschuchortdev), [@​JavierSegoviaCordoba](https://togithub.com/JavierSegoviaCordoba) and also those who were involved in any other way.

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.