File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ if (project.hasProperty('signing.keyId')) {
121121 println " Signing enabled"
122122 signing {
123123 sign publishing. publications. mavenJava
124- useInMemoryPgpKeys(findProperty(" signing.keyId" ) as String , findProperty( " signing.password " ) as String )
124+ useInMemoryPgpKeys(findProperty(" signing.keyId" ) as String , null )
125125 }
126126} else {
127127 println " Signing disabled"
Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ if (project.hasProperty('signing.keyId')) {
9999 println " Signing enabled"
100100 signing {
101101 sign publishing. publications. mavenJava
102- useInMemoryPgpKeys(findProperty(" signing.keyId" ) as String , findProperty(" signing.password" ) as String )
103-
104- // useGpgCmd(findProperty("signing.secretKeyRingFile"))
102+ useInMemoryPgpKeys(findProperty(" signing.keyId" ) as String , null )
103+ // useGpgCmd(findProperty("signing.secretKeyRingFile"))
105104 }
106105} else {
107106 println " Signing disabled"
You can’t perform that action at this time.
0 commit comments