We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54876ed + 99e7785 commit 2b175ebCopy full SHA for 2b175eb
build.gradle
@@ -50,8 +50,8 @@ publishing {
50
repositories { maven {
51
def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
52
def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
53
- def ossrhUsername = findProperty("ossrhUsername")
54
- def ossrhPassword = findProperty("ossrhPassword")
+ def ossrhUsername = findProperty("sonatypeUsername")
+ def ossrhPassword = findProperty("sonatypePassword")
55
56
name = "authzed"
57
url = project.hasProperty("release") ? releasesRepoUrl : snapshotsRepoUrl
0 commit comments