Skip to content

Commit e587ee5

Browse files
authored
ci: removing outdated credential scheme (#25)
1 parent 99155fe commit e587ee5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/sdk/server/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,7 @@ publishing {
602602
nexusPublishing {
603603
clientTimeout = java.time.Duration.ofMinutes(2) // we've seen extremely long delays in creating repositories
604604
repositories {
605-
sonatype {
606-
username = ossrhUsername
607-
password = ossrhPassword
608-
}
605+
sonatype {}
609606
}
610607
}
611608

0 commit comments

Comments
 (0)