blob: 84da23fce137d030c900c92eb296cf6c44c67a3a [file] [log] [blame]
bintray {
publish = true
configurations = ['archives']
user = bintray_user
key = bintray_key
pkg {
repo = 'maven'
userOrg = 'appium'
name = "${ddGroup}:${ddArtifactId}"
websiteUrl = ddWebsite
issueTrackerUrl = ddTracker
vcsUrl = ddGit
desc = ddDescription
licenses = ['The Apache Software License, Version 2.0']
publicDownloadNumbers = true
version {
name = ddVersion
desc = ddDescription
}
}
}