Skip to content

Commit fae4678

Browse files
committed
Update config to publish to Central Portal
1 parent 89b5e1d commit fae4678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ POM_DEVELOPER_ID=cketti
1616
POM_DEVELOPER_NAME=cketti
1717
POM_DEVELOPER_URL=https://cketti.de/
1818

19-
SONATYPE_HOST=DEFAULT
20-
SONATYPE_AUTOMATIC_RELEASE=false
21-
RELEASE_SIGNING_ENABLED=true
19+
mavenCentralPublishing=true
20+
mavenCentralAutomaticPublishing=false
21+
signAllPublications=true
2222

2323
kotlin.code.style=official
2424
kotlin.mpp.stability.nowarn=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kotlin = "2.1.20"
33

44
[plugins]
55
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
6-
vanniktech-maven-publish = "com.vanniktech.maven.publish:0.31.0"
6+
vanniktech-maven-publish = "com.vanniktech.maven.publish:0.34.0"

0 commit comments

Comments
 (0)