Skip to content

Commit

Permalink
removed null check
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickWeber committed Dec 2, 2021
1 parent e82f94b commit 2bdff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ allprojects {
signing {
val signKey: String? by project
val signKeyPass: String? by project
useInMemoryPgpKeys(signKey!!, signKeyPass!!)
useInMemoryPgpKeys(signKey, signKeyPass)
publishing.publications.configureEach {
sign(this)
}
Expand Down

0 comments on commit 2bdff65

Please sign in to comment.