Skip to content

Commit aebfd48

Browse files
committed
fixup! Support new maven central publication scheme
1 parent 637db6c commit aebfd48

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.teamcity/CentralDeployment.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ fun Project.startDeployment() = BuildType {
4545
"",
4646
display = ParameterDisplay.PROMPT
4747
)
48-
select(
49-
"Repository",
50-
"central",
51-
options = listOf("central", "sonatype"),
52-
display = ParameterDisplay.PROMPT
53-
)
5448
text(
5549
"ZoneInfoVersion",
5650
"",
@@ -81,7 +75,6 @@ fun Project.deployToCentral(startDeployment: BuildType) = buildType("DeployCentr
8175
params {
8276
param(versionSuffixParameter, "${startDeployment.depParamRefs["VersionSuffix"]}")
8377
param(releaseVersionParameter, "${startDeployment.depParamRefs["Version"]}")
84-
param("system.publication_repository", "${startDeployment.depParamRefs["Repository"]}")
8578
}
8679

8780
vcs {

0 commit comments

Comments
 (0)