Unverified Commit 5d25c129 authored by Alexey Tsvetkov's avatar Alexey Tsvetkov Committed by GitHub

Fix auto closing maven central repo (#383)

parent 64190c6c
...@@ -95,6 +95,5 @@ val uploadSkikoArtifactsToMavenCentral by tasks.registering(UploadToSonatypeTask ...@@ -95,6 +95,5 @@ val uploadSkikoArtifactsToMavenCentral by tasks.registering(UploadToSonatypeTask
user.set(mavenCentral.user) user.set(mavenCentral.user)
password.set(mavenCentral.password) password.set(mavenCentral.password)
autoCommitOnSuccess.set(mavenCentral.autoCommitOnSuccess) autoCommitOnSuccess.set(mavenCentral.autoCommitOnSuccess)
autoDropOnError.set(mavenCentral.autoDropOnError)
stagingProfileName.set("org.jetbrains.skiko") stagingProfileName.set("org.jetbrains.skiko")
} }
...@@ -9,7 +9,7 @@ pluginManagement { ...@@ -9,7 +9,7 @@ pluginManagement {
maven("https://maven.pkg.jetbrains.space/public/p/space/maven") maven("https://maven.pkg.jetbrains.space/public/p/space/maven")
} }
dependencies { dependencies {
classpath("org.jetbrains.compose.internal.build-helpers:publishing:0.0.2") classpath("org.jetbrains.compose.internal.build-helpers:publishing:0.1.0")
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment