Skip to content

Commit

Permalink
Make signing not required in "sonatype-ossrh-publish.gradle.kts"
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed May 28, 2022
1 parent d898d5b commit 2d1a136
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
}

signing {
isRequired = false
sign(publishing.publications)
}

Expand Down

0 comments on commit 2d1a136

Please sign in to comment.