Home | History | Annotate | Download | only in droiddriver
      1 bintray {
      2     publish = true
      3     configurations = ['archives']
      4     user = bintrayUser
      5     key = bintrayKey
      6     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 }
     22