You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
529 B
21 lines
529 B
bintray { |
|
publish = true |
|
configurations = ['archives'] |
|
user = bintrayUser |
|
key = bintrayKey |
|
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 |
|
} |
|
} |
|
}
|
|
|