Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikolicnanogiants authored Sep 18, 2024
1 parent bf6b2a3 commit 9ea5c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcp-client-android-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ mavenPublishing {

signing {
useInMemoryPgpKeys(
findProperty("signingInMemoryKeyId") as String?,
findProperty("signingInMemoryKey") as String?,
findProperty("signingKeyPassword") as String?
)
Expand Down

0 comments on commit 9ea5c9d

Please sign in to comment.