Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Jun 25, 2024
1 parent 3e8594e commit 4a9c01d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ afterEvaluate {
}

signing {
println("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")
println("rootProject.ext.signingKeyId: ${rootProject.ext.signingKeyId}")
println("rootProject.ext.signingPrivateKey: ${rootProject.ext.signingPrivateKey}")
println("rootProject.ext.signingPassword: ${rootProject.ext.signingPassword}")
println("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")

useInMemoryPgpKeys(
rootProject.ext.signingKeyId,
rootProject.ext.signingPrivateKey,
Expand Down

0 comments on commit 4a9c01d

Please sign in to comment.