Skip to content

Commit 8e59005

Browse files
committed
PublishToMavenCentralTask: <user>
1 parent 589ef87 commit 8e59005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/PublishToMavenCentralTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ abstract class PublishToMavenCentralTask : DefaultTask() {
6060
url("https://central.sonatype.com/api/v1/publisher/upload")
6161
parameter("name", deploymentName.get())
6262
parameter("publishingType", "USER_MANAGED")
63-
basicAuth("XlIAZQrK", "Wfp84kVgOmhIJfOPZDEm93+2jLkGy//ebS0fJ6ENVXIc")
63+
basicAuth("<user>", "<token>")
6464
setBody(
6565
MultiPartFormDataContent(
6666
formData {

0 commit comments

Comments
 (0)