Skip to content

Commit 6ee8014

Browse files
chore(deps): update dependency io.github.gradle-nexus:publish-plugin to v1.3.0 (#62)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.gradle-nexus:publish-plugin](https://togithub.com/gradle-nexus/publish-plugin) | `1.2.0` -> `1.3.0` | [![age](https://badges.renovateapi.com/packages/maven/io.github.gradle-nexus:publish-plugin/1.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.github.gradle-nexus:publish-plugin/1.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.github.gradle-nexus:publish-plugin/1.3.0/compatibility-slim/1.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.github.gradle-nexus:publish-plugin/1.3.0/confidence-slim/1.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gradle-nexus/publish-plugin</summary> ### [`v1.3.0`](https://togithub.com/gradle-nexus/publish-plugin/releases/tag/v1.3.0): Release 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) - [#&#8203;19](https://togithub.com/gradle-nexus/publish-plugin/issues/19) ([PR](https://togithub.com/gradle-nexus/publish-plugin/pull/201) by [@&#8203;vlsi](https://togithub.com/vlsi)) Thanks to all the contributors to this release: [@&#8203;vlsi](https://togithub.com/vlsi). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Saturday" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/petertrr/kotlin-multiplatform-diff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
1 parent 955a233 commit 6ee8014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
1111
dependencies {
1212
implementation("org.ajoberstar.reckon:reckon-gradle:0.16.1")
1313
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.7.20")
14-
implementation("io.github.gradle-nexus:publish-plugin:1.2.0")
14+
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
1515
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.findVersion("kotlin").get()}")
1616
}

0 commit comments

Comments
 (0)