Skip to content

Commit 45ecc31

Browse files
[CI] Add credentials for central.sonatype.com, remove credentials for oss.sonatype.org (#23298)
Fixes #23295
2 parents 7c3ddc3 + 33e89e9 commit 45ecc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ object Build {
396396
for {
397397
username <- sys.env.get("SONATYPE_USER")
398398
password <- sys.env.get("SONATYPE_PW")
399-
} yield Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", username, password)
399+
} yield Credentials("Sonatype Nexus Repository Manager", "central.sonatype.com", username, password)
400400
).toList,
401401
PgpKeys.pgpPassphrase := sys.env.get("PGP_PW").map(_.toCharArray()),
402402
PgpKeys.useGpgPinentry := true,

0 commit comments

Comments
 (0)