mirror of
https://github.com/sparrowwallet/hummingbird.git
synced 2024-11-02 10:36:44 +00:00
migrate to token based nexus authentication
This commit is contained in:
parent
8f70f917a3
commit
6f06b2cd61
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ nexusPublishing {
|
|||
repositories {
|
||||
sonatype {
|
||||
stagingProfileId = "a63b4b5e2bff9"
|
||||
username = project.findProperty("nexusUsername")
|
||||
password = project.findProperty("nexusPassword")
|
||||
username = project.findProperty("ossrhToken")
|
||||
password = project.findProperty("ossrhTokenPassword")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue