Skip to content

Commit 3558c25

Browse files
authored
Merge pull request #117 from compscidr/renovate/com.gradleup.nmcp-0.x
Update plugin gradleup-nmcp to v0.1.2
2 parents 10ae22c + 6b0638a commit 3558c25

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ gitVersioning.apply {
5555
// and: https://github.com/GradleUp/nmcp
5656
nmcp {
5757
val props = project.properties
58-
publishAllPublications {
58+
centralPortal {
5959
username = props["centralPortalToken"] as String? ?: ""
6060
password = props["centralPortalPassword"] as String? ?: ""
6161
// or if you want to publish automatically
62-
publicationType = "AUTOMATIC"
62+
publishingType = "AUTOMATIC"
6363
}
6464
}
6565

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ gitVersioning.apply {
7272
// and: https://github.com/GradleUp/nmcp
7373
nmcp {
7474
val props = project.properties
75-
publishAllPublications {
75+
centralPortal {
7676
username = props["centralPortalToken"] as String? ?: ""
7777
password = props["centralPortalPassword"] as String? ?: ""
7878
// or if you want to publish automatically
79-
publicationType = "AUTOMATIC"
79+
publishingType = "AUTOMATIC"
8080
}
8181
}
8282

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ git-version = { id = "me.qoomon.git-versioning", version = "6.4.4" }
6161
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
6262
kotlinter = { id = "org.jmailen.kotlinter", version.ref = "kotlinter" }
6363
sonatype-maven-central = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
64-
gradleup-nmcp = { id = "com.gradleup.nmcp", version = "0.0.9"}
64+
gradleup-nmcp = { id = "com.gradleup.nmcp", version = "0.1.2"}
6565
android-application = { id = "com.android.application", version.ref = "agp" }
6666
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
6767
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ gitVersioning.apply {
4040
// and: https://github.com/GradleUp/nmcp
4141
nmcp {
4242
val props = project.properties
43-
publishAllPublications {
43+
centralPortal {
4444
username = props["centralPortalToken"] as String? ?: ""
4545
password = props["centralPortalPassword"] as String? ?: ""
4646
// or if you want to publish automatically
47-
publicationType = "AUTOMATIC"
47+
publishingType = "AUTOMATIC"
4848
}
4949
}
5050

0 commit comments

Comments
 (0)