We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddb081 commit e82f94bCopy full SHA for e82f94b
build.gradle.kts
@@ -295,9 +295,9 @@ allprojects {
295
plugins.apply("signing")
296
297
signing {
298
- val signingKey: String? by project
299
- val signingPassword: String? by project
300
- useInMemoryPgpKeys(signingKey, signingPassword)
+ val signKey: String? by project
+ val signKeyPass: String? by project
+ useInMemoryPgpKeys(signKey!!, signKeyPass!!)
301
publishing.publications.configureEach {
302
sign(this)
303
}
0 commit comments