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 637db6c commit aebfd48Copy full SHA for aebfd48
.teamcity/CentralDeployment.kt
@@ -45,12 +45,6 @@ fun Project.startDeployment() = BuildType {
45
"",
46
display = ParameterDisplay.PROMPT
47
)
48
- select(
49
- "Repository",
50
- "central",
51
- options = listOf("central", "sonatype"),
52
- display = ParameterDisplay.PROMPT
53
- )
54
text(
55
"ZoneInfoVersion",
56
@@ -81,7 +75,6 @@ fun Project.deployToCentral(startDeployment: BuildType) = buildType("DeployCentr
81
75
params {
82
76
param(versionSuffixParameter, "${startDeployment.depParamRefs["VersionSuffix"]}")
83
77
param(releaseVersionParameter, "${startDeployment.depParamRefs["Version"]}")
84
- param("system.publication_repository", "${startDeployment.depParamRefs["Repository"]}")
85
78
}
86
79
87
80
vcs {
0 commit comments