File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,15 @@ plugins {
35
35
apply (plugin = " kotlinx.team.infra" )
36
36
37
37
extensions.configure<InfraExtension > {
38
- teamcity {
39
- libraryStagingRepoDescription = project.name
40
- }
41
-
42
38
publishing {
43
39
include(" :kotlinx-benchmark-runtime" )
44
40
45
41
libraryRepoUrl = " https://github.com/Kotlin/kotlinx-benchmark"
46
42
47
43
if (project.findProperty(" publication_repository" ) == " sonatype" ) {
48
- sonatype {}
44
+ sonatype {
45
+ libraryStagingRepoDescription = project.name
46
+ }
49
47
}
50
48
}
51
49
}
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ plugins {
33
33
apply (plugin = " kotlinx.team.infra" )
34
34
35
35
extensions.configure<InfraExtension > {
36
- teamcity {
37
- libraryStagingRepoDescription = project.name
38
- }
39
36
publishing {
40
37
include(" :" )
41
38
You can’t perform that action at this time.
0 commit comments