migrate to token based nexus authentication

This commit is contained in:
Craig Raw 2024-10-22 19:47:30 +02:00
parent 8f70f917a3
commit 6f06b2cd61

View file

@ -66,8 +66,8 @@ nexusPublishing {
repositories { repositories {
sonatype { sonatype {
stagingProfileId = "a63b4b5e2bff9" stagingProfileId = "a63b4b5e2bff9"
username = project.findProperty("nexusUsername") username = project.findProperty("ossrhToken")
password = project.findProperty("nexusPassword") password = project.findProperty("ossrhTokenPassword")
} }
} }
} }