mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-24 22:32:19 +00:00
fix bintray user and key properties absence (#4)
This commit is contained in:
parent
9172fba948
commit
1323e02c95
@ -309,6 +309,9 @@ def publishSettings(project, projectName, projectDescription) {
|
||||
}
|
||||
|
||||
bintray {
|
||||
if(!hasProperty("bintrayUser") || !hasProperty("bintrayKey")) {
|
||||
return
|
||||
}
|
||||
|
||||
user = bintrayUser
|
||||
key = bintrayKey
|
||||
|
Loading…
x
Reference in New Issue
Block a user