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 9d5ed60 commit db69dcf
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pcp-client-android-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,3 @@ mavenPublishing {
}
}
}

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

sign(publishing.publications)
}

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

0 comments on commit db69dcf

Please sign in to comment.