Skip to content

Commit

Permalink
build: sign publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Oct 24, 2021
1 parent bc0caae commit b7f0133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ publishing {
}
}
}

signing {
sign(publishing.publications["mavenJava"])
}

0 comments on commit b7f0133

Please sign in to comment.