mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Misspelled API_KEY
This commit is contained in:
parent
16c70a4762
commit
2dffc2ecf8
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ bin
|
||||
/distrib
|
||||
*.pdb
|
||||
*.swp
|
||||
/.gradle
|
||||
/*.sublime-*
|
||||
workspace/
|
||||
src/.cproject
|
||||
|
@ -25,7 +25,7 @@ artifactory {
|
||||
repository {
|
||||
repoKey = 'oss-snapshot-local'
|
||||
username = System.env.BINTRAY_USER
|
||||
password = System.env.BINRAY_KEY
|
||||
password = System.env.BINTRAY_API_KEY
|
||||
}
|
||||
|
||||
defaults {
|
||||
|
Loading…
Reference in New Issue
Block a user