Skip to content

Commit 400700f

Browse files
Bump com.gradleup.nmcp from 0.1.5 to 1.2.0 (#195)
* Bump com.gradleup.nmcp from 0.1.5 to 1.2.0 Bumps [com.gradleup.nmcp](https://github.com/gradleup/nmcp) from 0.1.5 to 1.2.0. - [Release notes](https://github.com/gradleup/nmcp/releases) - [Changelog](https://github.com/GradleUp/nmcp/blob/main/CHANGELOG.md) - [Commits](GradleUp/nmcp@v0.1.5...v1.2.0) --- updated-dependencies: - dependency-name: com.gradleup.nmcp dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix extension name --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: StefMa <StefMaDev@outlook.com>
1 parent acb5c7d commit 400700f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ androidApplication = { id = "com.android.application", version.ref = "androidGra
1616
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" }
1717
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" }
1818
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" }
19-
nmcp = "com.gradleup.nmcp:0.1.5"
19+
nmcp = "com.gradleup.nmcp:1.2.0"

progressbutton/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ signing {
107107
}
108108

109109
nmcp {
110-
centralPortal {
110+
publishAllPublicationsToCentralPortal {
111111
username = providers.environmentVariable("SONATYPE_USER")
112112
password = providers.environmentVariable("SONATYPE_PASSWORD")
113113
publishingType = "USER_MANAGED"

0 commit comments

Comments
 (0)