Skip to content

Commit d10a9d9

Browse files
committed
bintray KEY
1 parent 38e6cb9 commit d10a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ publishing {
9494

9595
bintray {
9696
user = System.getenv('BINTRAY_USER')
97-
key = System.getenv('BINTRAY_KEY')
97+
key = System.getenv('BINTRAY_API_KEY')
9898
publications = ['maven']
9999
publish = true
100100
pkg {

0 commit comments

Comments
 (0)