Skip to content

Commit

Permalink
Add configuration for signature creation
Browse files Browse the repository at this point in the history
-this is needed for publication on maven central via sonatype

Signed-off-by: ingonoka <ingonoka@icloud.com>
  • Loading branch information
ingonoka committed Jan 12, 2023
1 parent 375e84d commit 7b8fc52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ android {
}
}


dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${providers.gradleProperty("coroutines_version").get()}")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:${providers.gradleProperty("coroutines_version").get()}")
Expand All @@ -88,6 +87,11 @@ dependencies {

}

// See configuration on ~/.gradle/gradle.properties
signing {
sign(publishing.publications)
}

afterEvaluate {
publishing {
publications {
Expand Down

0 comments on commit 7b8fc52

Please sign in to comment.