We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e6cb9 commit d10a9d9Copy full SHA for d10a9d9
1 file changed
build.gradle
@@ -94,7 +94,7 @@ publishing {
94
95
bintray {
96
user = System.getenv('BINTRAY_USER')
97
- key = System.getenv('BINTRAY_KEY')
+ key = System.getenv('BINTRAY_API_KEY')
98
publications = ['maven']
99
publish = true
100
pkg {
0 commit comments