Skip to content

Commit 590747f

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Specify libraryStagingRepoDescription inside infra publishing.sonatype {}
Specifying in `teamcity {}` is deprecated.
1 parent b256255 commit 590747f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

build.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,15 @@ plugins {
3535
apply(plugin = "kotlinx.team.infra")
3636

3737
extensions.configure<InfraExtension> {
38-
teamcity {
39-
libraryStagingRepoDescription = project.name
40-
}
41-
4238
publishing {
4339
include(":kotlinx-benchmark-runtime")
4440

4541
libraryRepoUrl = "https://github.com/Kotlin/kotlinx-benchmark"
4642

4743
if (project.findProperty("publication_repository") == "sonatype") {
48-
sonatype {}
44+
sonatype {
45+
libraryStagingRepoDescription = project.name
46+
}
4947
}
5048
}
5149
}

plugin/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ plugins {
3333
apply(plugin = "kotlinx.team.infra")
3434

3535
extensions.configure<InfraExtension> {
36-
teamcity {
37-
libraryStagingRepoDescription = project.name
38-
}
3936
publishing {
4037
include(":")
4138

0 commit comments

Comments
 (0)