File tree Expand file tree Collapse file tree 2 files changed +0
-39
lines changed
Expand file tree Collapse file tree 2 files changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -73,35 +73,3 @@ publishing {
7373 }
7474 }
7575}
76-
77- bintray {
78- user = bintrayUser
79- key = bintrayKey
80- publications = [' mavenJava' ]
81-
82- pkg {
83- repo = ' maven'
84- name = ' payup'
85- desc = ' A simple e-commerce store for Enonic XP.'
86- websiteUrl = ' https://github.com/ljl/payup'
87- issueTrackerUrl = ' https://github.com/ljl/payup/issues'
88- vcsUrl = ' https://github.com/ljl/payup.git'
89- licenses = [' Apache-2.0' ]
90- labels = [' java' , ' enonic' , ' javascript' ]
91- publicDownloadNumbers = true
92-
93- version {
94- vcsTag = " v$project . version "
95- }
96- }
97- }
98-
99- task createPom << {
100- pom {
101- project {
102- groupId project. group
103- artifactId ' payup'
104- version project. version
105- }
106- }. writeTo(" build/libs/pom.xml" )
107- }
Original file line number Diff line number Diff line change @@ -7,10 +7,3 @@ projectName = store
77appName = no.iskald.payup
88displayName = PayUp! Store
99xpVersion = 6.5.3
10-
11- #
12- # Publish settings
13- #
14-
15- bintrayUser =
16- bintrayKey =
You can’t perform that action at this time.
0 commit comments