Skip to content

Commit 258ee2d

Browse files
build: disable snasphot signing
1 parent e5ba5c7 commit 258ee2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ publishing {
545545
def snapshotsRepoUrl= "https://oss.sonatype.org/service/local/staging/deploy/maven2"
546546
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
547547
credentials {
548-
username = System.getenv("OSSRHPASSWORD")
549-
password = System.getenv("OSSRHUSERNAME")
548+
username = System.getenv("ossrhUsername")
549+
password = System.getenv("ossrhPassword")
550550
}
551551
}
552552
// maven {

0 commit comments

Comments
 (0)