Skip to content

Commit

Permalink
Add signing requirement for all situations
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra committed Feb 29, 2024
1 parent 2209d82 commit e8d20a1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ signing {
val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
} else {
isRequired = false
}
sign(extensions.getByType<PublishingExtension>().publications.getByName(publicationName))
}
Expand Down

0 comments on commit e8d20a1

Please sign in to comment.