Skip to content

Commit

Permalink
fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Jul 4, 2024
1 parent d481579 commit 214d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-attestation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ signing {
val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
sign(publishing.publications["mavenJava"])
publishing.publications.forEach { sign(it) }
}

0 comments on commit 214d3a2

Please sign in to comment.