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 7937302 commit 4b57e9bCopy full SHA for 4b57e9b
.teamcity/settings.kts
@@ -73,8 +73,9 @@ fun Project.deploy() = build("Deploy") {
73
buildNumberPattern = "$publishVersion-dev-%build.counter%"
74
params {
75
param(versionParameter, "%build.number%")
76
- param("system.space.user", "ilya.gorbunov")
77
- password("system.space.token", "credentialsJSON:413fcda1-dd8f-47ed-a6c2-12c1bc2ea0f0")
+ // Space application: Publish to kotlinx packages from tc.jb.com
+ param("system.space.user", "2fb054f3-c6a8-4026-88e6-95887be16311")
78
+ password("system.space.token", "credentialsJSON:fe0f882d-64e7-4b4c-b752-16c2a36d92a8")
79
}
80
81
vcs {
0 commit comments