Skip to content

Commit

Permalink
Disable signing of archives except on uploadArchives task.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Oct 21, 2016
1 parent 0af445b commit d054360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ artifacts {
}

signing {
required { gradle.taskGraph.hasTask('uploadArchives') } // only execute as part of this task
sign configurations.archives
}

Expand Down

0 comments on commit d054360

Please sign in to comment.