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 b977252 commit 81e48fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pcp-client-android-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,9 @@ signing {

sign(publishing.publications)
}

tasks.withType<Sign> {
doFirst {
println("Signing with key: ${findProperty("signingInMemoryKey")}")
}
}

0 comments on commit 81e48fc

Please sign in to comment.