Skip to content

Commit 2bdff65

Browse files
author
yannick
committed
removed null check
1 parent e82f94b commit 2bdff65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ allprojects {
297297
signing {
298298
val signKey: String? by project
299299
val signKeyPass: String? by project
300-
useInMemoryPgpKeys(signKey!!, signKeyPass!!)
300+
useInMemoryPgpKeys(signKey, signKeyPass)
301301
publishing.publications.configureEach {
302302
sign(this)
303303
}

0 commit comments

Comments
 (0)