Skip to content

Commit 34bb957

Browse files
committed
rename signing_key_password to signing_key
Signed-off-by: Adam Ratzman <[email protected]>
1 parent 6bf6836 commit 34bb957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,11 @@ publishing {
406406

407407
signing {
408408
if (project.hasProperty("SIGNING_KEY")
409-
&& project.hasProperty("SIGNING_KEY_PASSWORD")
409+
&& project.hasProperty("SIGNING_PASSWORD")
410410
) {
411411
useInMemoryPgpKeys(
412412
project.findProperty("SIGNING_KEY") as? String,
413-
project.findProperty("SIGNING_KEY_PASSWORD") as? String
413+
project.findProperty("SIGNING_PASSWORD") as? String
414414
)
415415
sign(publishing.publications)
416416
}

0 commit comments

Comments
 (0)