We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b5e1d commit fae4678Copy full SHA for fae4678
gradle.properties
@@ -16,9 +16,9 @@ POM_DEVELOPER_ID=cketti
16
POM_DEVELOPER_NAME=cketti
17
POM_DEVELOPER_URL=https://cketti.de/
18
19
-SONATYPE_HOST=DEFAULT
20
-SONATYPE_AUTOMATIC_RELEASE=false
21
-RELEASE_SIGNING_ENABLED=true
+mavenCentralPublishing=true
+mavenCentralAutomaticPublishing=false
+signAllPublications=true
22
23
kotlin.code.style=official
24
kotlin.mpp.stability.nowarn=true
gradle/libs.versions.toml
@@ -3,4 +3,4 @@ kotlin = "2.1.20"
3
4
[plugins]
5
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
6
-vanniktech-maven-publish = "com.vanniktech.maven.publish:0.31.0"
+vanniktech-maven-publish = "com.vanniktech.maven.publish:0.34.0"
0 commit comments