Skip to content

Commit e82f94b

Browse files
author
yannick
committed
fixed signing
1 parent 3ddb081 commit e82f94b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ allprojects {
295295
plugins.apply("signing")
296296

297297
signing {
298-
val signingKey: String? by project
299-
val signingPassword: String? by project
300-
useInMemoryPgpKeys(signingKey, signingPassword)
298+
val signKey: String? by project
299+
val signKeyPass: String? by project
300+
useInMemoryPgpKeys(signKey!!, signKeyPass!!)
301301
publishing.publications.configureEach {
302302
sign(this)
303303
}

0 commit comments

Comments
 (0)