correct bintray key

This commit is contained in:
mgabriel 2018-08-20 12:07:29 +02:00
parent 8949053849
commit 55e45be644
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 = {