Skip to content

Commit

Permalink
[Wen Hao] - disable signing temp.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Oct 25, 2016
1 parent 64e9681 commit ab36ea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -49,10 +49,10 @@ dependencies {

ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

signing {
required { isReleaseVersion && gradle.taskGraph.hasTask("uploadArchives") }
sign configurations.archives
}
// signing {
// required { isReleaseVersion && gradle.taskGraph.hasTask("uploadArchives") }
// sign configurations.archives
// }
}

configurations.all {
Expand Down

0 comments on commit ab36ea8

Please sign in to comment.