File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ fun Project.deploy() = build("Deploy") {
73
73
buildNumberPattern = " $publishVersion -dev-%build.counter%"
74
74
params {
75
75
param(versionParameter, " %build.number%" )
76
- param(" space- user" , " ilya.gorbunov" )
77
- password(" space- token" , " credentialsJSON:413fcda1-dd8f-47ed-a6c2-12c1bc2ea0f0" )
76
+ param(" system. space. user" , " ilya.gorbunov" )
77
+ password(" system. space. token" , " credentialsJSON:413fcda1-dd8f-47ed-a6c2-12c1bc2ea0f0" )
78
78
}
79
79
80
80
vcs {
@@ -87,7 +87,7 @@ fun Project.deploy() = build("Deploy") {
87
87
jdkHome = " %env.JDK_18_x64%"
88
88
jvmArgs = " -Xmx1g"
89
89
tasks = " clean build publish"
90
- gradleParams = " --info --stacktrace -P$versionParameter =%$versionParameter % -PspaceUser=%space-user% -PspaceToken=%space-token% "
90
+ gradleParams = " --info --stacktrace -P$versionParameter =%$versionParameter %"
91
91
buildFile = " "
92
92
gradleWrapperPath = " "
93
93
}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ publishing {
15
15
name = ' space'
16
16
url " https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven"
17
17
credentials {
18
- username = project. findProperty(" spaceUser " )
19
- password = project. findProperty(" spaceToken " )
18
+ username = project. findProperty(" space.user " )
19
+ password = project. findProperty(" space.token " )
20
20
}
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments