mirror of
https://github.com/corda/corda.git
synced 2025-06-20 16:10:26 +00:00
Misspelled API_KEY
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user