We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843fbf3 commit a9d6a8aCopy full SHA for a9d6a8a
1 file changed
build.gradle
@@ -1,6 +1,5 @@
1
plugins {
2
id 'fr.brouillard.oss.gradle.jgitver' version '0.4.1'
3
- id 'com.jfrog.bintray' version '1.8.4'
4
id 'java'
5
id 'checkstyle'
6
id 'maven-publish'
@@ -116,18 +115,16 @@ publishing {
116
115
}
117
118
119
-}
120
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'
+ repositories {
+ maven {
+ credentials {
+ username = hyperlibUser
+ password = hyperlibPassword
+ }
+ name = 'hyperonline'
+ url = 'sftp://hyperlib.hyperonline.org:22/home/hyperlib/webapps/hyperlib-repo'
131
132
133
0 commit comments