correct bintray key
This commit is contained in:
parent
8949053849
commit
55e45be644
@ -23,7 +23,7 @@ buildscript {
|
|||||||
name : 'chronicle-flux',
|
name : 'chronicle-flux',
|
||||||
organization: 'streamly',
|
organization: 'streamly',
|
||||||
userName : System.getenv('BINTRAY_USER'),
|
userName : System.getenv('BINTRAY_USER'),
|
||||||
apiToken : System.getenv('BINTRAY_API_TOKEN')
|
apiToken : System.getenv('BINTRAY_KEY')
|
||||||
]
|
]
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -7,7 +7,7 @@ project.ext.getDeploymentVersion = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bintrayUpload.doFirst {
|
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 = {
|
def pomConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user