Skip to content

Commit

Permalink
Sign publications
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzhinsky committed Aug 31, 2023
1 parent 1b7951f commit c3a8fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ fun configurePublishedProject(project: Project) {
}
}

project.apply(plugin = "signing")
project.signing {
sign(publishing.publications)
sign(project.publishing.publications)
}

project.publishing {
Expand Down

0 comments on commit c3a8fe0

Please sign in to comment.