Skip to content

Commit d63bb6b

Browse files
committed
again
1 parent 807323a commit d63bb6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ nexusPublishing {
245245

246246
signing {
247247
def signingKey = System.env.MAVEN_CENTRAL_PGP_KEY
248-
def signingPassword = ""
249-
useInMemoryPgpKeys(signingKey, signingPassword)
248+
useInMemoryPgpKeys(signingKey, "")
250249
sign publishing.publications
251250
}
252251

0 commit comments

Comments
 (0)