Skip to content

Commit 5cc93be

Browse files
committed
Remove bintray
1 parent 213c431 commit 5cc93be

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

build.gradle

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff 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-
}

gradle.properties

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,3 @@ projectName = store
77
appName = no.iskald.payup
88
displayName = PayUp! Store
99
xpVersion = 6.5.3
10-
11-
#
12-
# Publish settings
13-
#
14-
15-
bintrayUser=
16-
bintrayKey=

0 commit comments

Comments
 (0)