We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 367d3a6 + 5cc17b7 commit 34ddfccCopy full SHA for 34ddfcc
intercom-java/build.gradle
@@ -44,8 +44,8 @@ publishing {
44
bintray {
45
// gradle apslodes if the bintray* props aren't found and we never run this task in circle
46
if (System.getenv('release') != null) {
47
- user = bintrayUser
48
- key = bintrayKey
+ user = System.getenv('BINTRAY_USER')
+ key = System.getenv('BINTRAY_KEY')
49
}
50
publications = ['mavenJava']
51
dryRun = false
0 commit comments