Skip to content

Commit

Permalink
add publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Jun 6, 2022
1 parent ba7da6d commit 42c3c9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,12 @@ kotlin {
}
}
}


plugins.withId("com.vanniktech.maven.publish.base") {
configure<com.vanniktech.maven.publish.MavenPublishBaseExtension> {
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.S01)
signAllPublications()
pomFromGradleProperties()
}
}

0 comments on commit 42c3c9f

Please sign in to comment.