You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,7 +36,7 @@ fun Project.configureTeamCityConfigGenerator(teamcity: TeamCityConfiguration) {
35
36
}
36
37
@Suppress("DEPRECATION")
37
38
copyResource(teamcityDir, "utils.kt") { text ->
38
-
val libraryStagingRepoDescription = teamcity.libraryStagingRepoDescription
39
+
val libraryStagingRepoDescription =publishing.sonatype.libraryStagingRepoDescription ?:teamcity.libraryStagingRepoDescription
39
40
?:throwKotlinInfrastructureException("TeamCity configuration should specify `libraryStagingRepoDescription`: the library description for staging repositories")
0 commit comments