You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in the subsequent call to (add-dependencies still dependencies (into {} repositories) options) the username and password are still the vector containing the keyword.
Cheers,
Gerrit
The text was updated successfully, but these errors were encountered:
gerrit-hntschl
changed the title
load-project fails when using :env in the authentication credentials for a repository
load-project fails when using :env in the authentication credentials for a repository
Sep 4, 2015
Invoking
load-project
fails for me with this exception:Inside my project.clj I have this:
From my quick debug session it seems that the culprit is
alembic.still/load-project*
the username and password is correctly substituted inside the classlojure invocation:
But in the subsequent call to
(add-dependencies still dependencies (into {} repositories) options)
the username and password are still the vector containing the keyword.Cheers,
Gerrit
The text was updated successfully, but these errors were encountered: