File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 11plugins {
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
You can’t perform that action at this time.
0 commit comments