Skip to content

Commit a9d6a8a

Browse files
author
James Hagborg
committed
Use hyperonline.org over bintray
1 parent 843fbf3 commit a9d6a8a

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

build.gradle

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id 'fr.brouillard.oss.gradle.jgitver' version '0.4.1'
3-
id 'com.jfrog.bintray' version '1.8.4'
43
id 'java'
54
id 'checkstyle'
65
id 'maven-publish'
@@ -116,18 +115,16 @@ publishing {
116115
}
117116
}
118117
}
119-
}
120118

121-
bintray {
122-
user = System.getenv('BINTRAY_USER')
123-
key = System.getenv('BINTRAY_KEY')
124-
publications = ['mavenPublication']
125-
pkg {
126-
repo = 'maven'
127-
name = 'hyperlib'
128-
userOrg = 'teamhyper'
129-
licenses = ['GPL-3.0']
130-
vcsUrl = 'https://github.com/teamhyper.hyperLib'
119+
repositories {
120+
maven {
121+
credentials {
122+
username = hyperlibUser
123+
password = hyperlibPassword
124+
}
125+
name = 'hyperonline'
126+
url = 'sftp://hyperlib.hyperonline.org:22/home/hyperlib/webapps/hyperlib-repo'
127+
}
131128
}
132129
}
133130

0 commit comments

Comments
 (0)