xsc / lein-ancient

Check your Projects for outdated Dependencies
MIT License
561 stars 33 forks source link

Should support ":env" as repository password #115

Open Rulqu opened 4 years ago

Rulqu commented 4 years ago

I have a project.clj set up using ":env" as the password like explained in https://github.com/technomancy/leiningen/blob/stable/doc/DEPLOY.md#credentials-in-the-environment

When using export LEIN_PASSWORD=password && lein ancient however, the plugin gets 401 error.

This plugin should support this way of inputting passwords.

xsc commented 3 years ago

Hello! It has been a while, but recent changes to ancient-clj now let us rely on the same resolution mechanism that Leiningen already uses. This should mean that repositories and their credentials should work as expected. If you're still interested in this, could you verify the behaviour using [lein-ancient "1.0.0-RC1"]?