fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.22.0 (#2121)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot]
2022-09-10 06:33:23 +00:00
committed by GitHub
parent cfc019a841
commit c289b01a86
3 changed files with 2 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ class PublishedAndroidLibraryPlugin : Plugin<Project> {
apply(SigningPlugin::class)
}
project.extensions.getByType<MavenPublishBaseExtension>().run {
publishToMavenCentral(SonatypeHost.DEFAULT)
publishToMavenCentral(SonatypeHost.DEFAULT, true)
signAllPublications()
}
project.afterEvaluate {