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 d518584 commit 98a9502Copy full SHA for 98a9502
buildSrc/src/main/kotlin/publishing-conventions.gradle.kts
@@ -145,13 +145,6 @@ tasks.withType<KotlinNativeLink>() {
145
mustRunAfter(tasks.withType<Sign>().named { it == "sign${targetName}Publication" })
146
}
147
148
-// Compatibility with old TeamCity configurations that perform :kotlinx-coroutines-core:bintrayUpload
149
-tasks.register("bintrayUpload") {
150
- dependsOn(tasks.publish)
151
- // This is required for K/N publishing
152
- dependsOn(tasks.publishToMavenLocal)
153
-}
154
-
155
fun MavenPom.configureMavenCentralMetadata() {
156
name = project.name
157
description = "Kotlin multiplatform serialization runtime library"
0 commit comments