-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbintray.json
33 lines (31 loc) · 1.02 KB
/
bintray.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"package": {
"name": "axon-configuration",
"repo": "Java",
"subject": "aitestingorg",
"desc": "I was pushed completely automatically",
"website_url": "https://github.com/AITestingOrg/axon-configuration",
"issue_tracker_url": "https://github.com/AITestingOrg/axon-configuration/issues",
"vcs_url": "https://github.com/AITestingOrg/axon-configuration.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": ["MIT"],
"labels": ["event-sourcing", "spring", "axon"],
"public_download_numbers": true,
"public_stats": true
},
"version": {
"name": "0.5.3",
"desc": "Now published via BinTray",
"released": "2018-06-05",
"vcs_tag": "0.5.3",
"gpgSign": false
},
"files":
[
{"includePattern": "build/libs/(.*)", "uploadPattern": "/$1"},
{"includePattern": "build/publications/MyPublication/(.*)", "uploadPattern": "/$1"},
{"includePattern": "build/docs/(.*)", "uploadPattern": "docs/$1"}
],
"publish": true
}