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 e550321 commit 23032e9Copy full SHA for 23032e9
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 = property('user')
+ key = property('key')
49
}
50
publications = ['mavenJava']
51
dryRun = false
0 commit comments