correct bintray key
This commit is contained in:
parent
8949053849
commit
55e45be644
@ -23,7 +23,7 @@ buildscript {
|
||||
name : 'chronicle-flux',
|
||||
organization: 'streamly',
|
||||
userName : System.getenv('BINTRAY_USER'),
|
||||
apiToken : System.getenv('BINTRAY_API_TOKEN')
|
||||
apiToken : System.getenv('BINTRAY_KEY')
|
||||
]
|
||||
|
||||
repositories {
|
||||
|
@ -7,7 +7,7 @@ project.ext.getDeploymentVersion = {
|
||||
}
|
||||
|
||||
bintrayUpload.doFirst {
|
||||
println "Deploying version ${getDeploymentVersion()} from vscTag ${VCS_TAG}"
|
||||
println "Deploying version ${getDeploymentVersion()} from vscTag ${VCS_TAG} with bintray user ${BINTRAY.userName}"
|
||||
}
|
||||
|
||||
def pomConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user