Skip to content

Commit

Permalink
Make sure that the plugin marker POM is signed
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Apr 28, 2022
1 parent ba5e98d commit f4f4731
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ signing {
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
sign(publishing.publications["pluginMaven"])
afterEvaluate {
sign(publishing.publications["buildInfoPluginPluginMarkerMaven"])
}
}

nexusPublishing {
Expand Down

0 comments on commit f4f4731

Please sign in to comment.