Skip to content

Commit

Permalink
[ANDROAPP-6188] Comment fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed May 29, 2024
1 parent 657bd64 commit 1bda29e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ signing {

// 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 1bda29e

Please sign in to comment.