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 1be3979 commit 9b679d5Copy full SHA for 9b679d5
build.gradle
@@ -48,8 +48,8 @@ ext.bintrayUsername = bintrayUser
48
ext.bintrayKey = bintrayApiKey
49
50
bintray {
51
- user = "${ext.bintrayUsername}"
52
- key = "${ext.bintrayKey}"
+ user = "$bintrayUsername"
+ key = "$bintrayKey"
53
publication = ['MyPublication']
54
configurations = ['archives']
55
pkg {
0 commit comments