Skip to content

Commit 608ba01

Browse files
chore(deps): update dependency io.github.gradle-nexus:publish-plugin to v2 (#119)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.gradle-nexus:publish-plugin](https://redirect.github.com/gradle-nexus/publish-plugin) | `1.3.0` -> `2.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.gradle-nexus:publish-plugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.gradle-nexus:publish-plugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.gradle-nexus:publish-plugin/1.3.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.gradle-nexus:publish-plugin/1.3.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gradle-nexus/publish-plugin (io.github.gradle-nexus:publish-plugin)</summary> ### [`v2.0.0`](https://redirect.github.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 - [#&#8203;222](https://redirect.github.com/gradle-nexus/publish-plugin/pull/222) - add `closeStagingRepositories` and `releaseStagingRepositories` summary tasks - [#&#8203;236](https://redirect.github.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) - [#&#8203;171](https://redirect.github.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 - [@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) - welcome aboard! ##### Backward incompatible changes - `closeAndReleaseStagingRepository` has been renamed to `closeAndReleaseStagingRepositories` for consistency Full list of changes since 1.3.0: gradle-nexus/publish-plugin@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: gradle-nexus/publish-plugin@v2.0.0-rc-2...v2.0.0 Thanks to all the contributors to this release: [@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob), [@&#8203;3flex](https://redirect.github.com/3flex), [@&#8203;Goooler](https://redirect.github.com/Goooler). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/petertrr/kotlin-multiplatform-diff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent a328e9a commit 608ba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.1.20"
33
detekt = "1.23.5"
44
dokka = "1.9.20"
5-
nexus = "1.3.0"
5+
nexus = "2.0.0"
66

77
[plugins]
88
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }

0 commit comments

Comments
 (0)