Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuewu.wei committed May 22, 2018
1 parent 30aba07 commit 13937b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven_push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ group= POM_GROUP_ID

bintray (){

user = 'cangol'
key = '60f11531c76078139c54e6bb10af74b3f2965bef'
user = System.env.BINTRAY_USER
key = System.env.BINTRAY_APIKEY


configurations = ['archives']
Expand All @@ -29,7 +29,7 @@ bintray (){
desc = POM_DESCRIPTION
gpg {
sign = true //Determines whether to GPG sign the files. The default is false
passphrase = 'wxw3606266'
passphrase = System.env.BINTRAY_GPG_PASSWORD
//Optional. The passphrase for GPG signing'
}
}
Expand Down

0 comments on commit 13937b1

Please sign in to comment.