This should fix the build on Travis CI / machines that don't have signing configured

This commit is contained in:
Christian Basler 2016-02-03 07:52:22 +01:00
parent 91c41fa3bd
commit b1599cbd60
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ subprojects {
}
signing {
required { isReleaseVersion }
required { isReleaseVersion && project.getProperties().get("signing.keyId")?.length() > 0 }
sign configurations.archives
}