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.
1 parent 23032e9 commit 5cc17b7Copy full SHA for 5cc17b7
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 = property('user')
48
- key = property('key')
+ user = System.getenv('BINTRAY_USER')
+ key = System.getenv('BINTRAY_KEY')
49
}
50
publications = ['mavenJava']
51
dryRun = false
0 commit comments