Misspelled API_KEY

This commit is contained in:
Seth Goings 2014-05-29 21:48:45 -06:00 committed by Seth Goings
parent 16c70a4762
commit 2dffc2ecf8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ bin
/distrib /distrib
*.pdb *.pdb
*.swp *.swp
/.gradle
/*.sublime-* /*.sublime-*
workspace/ workspace/
src/.cproject src/.cproject

View File

@ -25,7 +25,7 @@ artifactory {
repository { repository {
repoKey = 'oss-snapshot-local' repoKey = 'oss-snapshot-local'
username = System.env.BINTRAY_USER username = System.env.BINTRAY_USER
password = System.env.BINRAY_KEY password = System.env.BINTRAY_API_KEY
} }
defaults { defaults {