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
I was trying out the :repository is a string feature, putting :username and :password in the map directly, and I get this NPE. Note that I do not have any ~/.m2/settings.xml file.
Execution error (NullPointerException) at deps-deploy.deps-deploy/get-repo-settings (deps_deploy.clj:131).
It's probably better to use ~/.m2/settings.xml file but it seems like the code ought to allow me to specify things locally or in my ~/.clojure/deps.edn.
The text was updated successfully, but these errors were encountered:
I was trying out the :repository is a string feature, putting :username and :password in the map directly, and I get this NPE. Note that I do not have any ~/.m2/settings.xml file.
Execution error (NullPointerException) at deps-deploy.deps-deploy/get-repo-settings (deps_deploy.clj:131).
It's probably better to use ~/.m2/settings.xml file but it seems like the code ought to allow me to specify things locally or in my ~/.clojure/deps.edn.
The text was updated successfully, but these errors were encountered: