Skip to content

Commit

Permalink
Configure jar signing
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Jul 25, 2023
1 parent fa676d1 commit 349f157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ allprojects {
}
}

signing {
sign publishing.publications.mavenJava
}

nexusPublishing {
repositories {
sonatype()
Expand Down

0 comments on commit 349f157

Please sign in to comment.