blob: 4b23990d81d3f2c02e4706335b259c1caa4782d6 [file] [log] [blame]
bootstraponlinee891ed22015-02-20 14:25:26 -05001bintray {
2 publish = true
3 configurations = ['archives']
bootstraponline99eaf6f2015-03-09 10:33:19 -04004 user = bintrayUser
5 key = bintrayKey
bootstraponlinee891ed22015-02-20 14:25:26 -05006 pkg {
7 repo = 'maven'
8 userOrg = 'appium'
9 name = "${ddGroup}:${ddArtifactId}"
10 websiteUrl = ddWebsite
11 issueTrackerUrl = ddTracker
12 vcsUrl = ddGit
13 desc = ddDescription
14 licenses = ['The Apache Software License, Version 2.0']
15 publicDownloadNumbers = true
16 version {
17 name = ddVersion
18 desc = ddDescription
19 }
20 }
21}