Skip to content

Commit

Permalink
add missing publish target
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Jul 25, 2024
1 parent 205acb3 commit aa0f44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ mavenPublishing {
version = if (project.hasProperty("release")) gitCurrentTag.get()
else "${gitCurrentTag.get()}-${gitSha.get()}"
coordinates("com.chrisjenx.yakcov", "library", version = version.toString())
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
signAllPublications()

pom {
Expand Down

0 comments on commit aa0f44c

Please sign in to comment.