Skip to content

Commit

Permalink
Update build.gradle for signing property check
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Dec 17, 2019
1 parent c9c1033 commit d0912c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version '1.0.2'
apply plugin: 'java'
apply plugin: 'maven'

if (project.hasProperty("signing")) {
if (project.hasProperty("signing.keyId")) {
apply plugin: 'signing'

signing {
Expand Down

0 comments on commit d0912c8

Please sign in to comment.