Skip to content

Commit

Permalink
[ANDROAPP-6188] Remove sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed May 29, 2024
1 parent 1bda29e commit 3abb14f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ publishing {
}

// Signing artifacts. Signing.* extra properties values will be used
signing {
/*signing {
setRequired({ !version.toString().endsWith("-SNAPSHOT") })
useInMemoryPgpKeys(signingPrivateKey, signingPassword)
sign(publishing.publications)
}
// Fix Gradle warning about signing tasks using publishing task outputs without explicit dependencies
// https://github.com/gradle/gradle/issues/26091
/*tasks.withType<AbstractPublishToMaven>().configureEach {
tasks.withType<AbstractPublishToMaven>().configureEach {
val signingTasks = tasks.withType<Sign>()
mustRunAfter(signingTasks)
}*/

0 comments on commit 3abb14f

Please sign in to comment.