Skip to content

Commit

Permalink
TECH: turned on signing
Browse files Browse the repository at this point in the history
  • Loading branch information
AzamatCherchesov committed Apr 27, 2023
1 parent 67823a8 commit 0ebdb04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,3 @@ signing {

useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
}

tasks.withType<Sign>().configureEach {
onlyIf {
val isReleaseQueued = gradle.taskGraph.hasTask("publishAllPublicationsTo${sonatypeReleasesRepoName}Repository")
val isSnapshotQueued = gradle.taskGraph.hasTask("publishAllPublicationsTo${sonatypeSnapshotsRepoName}Repository")
isReleaseQueued || isSnapshotQueued
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kotlin.code.style=official

android.useAndroidX = true

kaspresso.version=1.5.0
kaspresso.version=1.5.2

0 comments on commit 0ebdb04

Please sign in to comment.