mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-25 06:42:22 +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 {
|
bintray {
|
||||||
|
if(!hasProperty("bintrayUser") || !hasProperty("bintrayKey")) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
user = bintrayUser
|
user = bintrayUser
|
||||||
key = bintrayKey
|
key = bintrayKey
|
||||||
|
Loading…
x
Reference in New Issue
Block a user