Skip to content

Commit 98a9502

Browse files
authored
Remove obsolete bintray publishing task (#2781)
CI config updated to run default publish with publishToMavenLocal
1 parent d518584 commit 98a9502

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

buildSrc/src/main/kotlin/publishing-conventions.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@ tasks.withType<KotlinNativeLink>() {
145145
mustRunAfter(tasks.withType<Sign>().named { it == "sign${targetName}Publication" })
146146
}
147147

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-
155148
fun MavenPom.configureMavenCentralMetadata() {
156149
name = project.name
157150
description = "Kotlin multiplatform serialization runtime library"

0 commit comments

Comments
 (0)