Fork me on GitHub
#leiningen
<
2021-09-03
>
lispers-anonymous12:09:09

Does anyone here know if there is a way to suppress these messages when starting a project with leiningnen

Warning: replacing existing support for s3p repositories
Warning: replacing existing support for s3 repositories
In my project.clj I have this code that I'm guessing is related
:plugins [[s3-wagon-private "1.3.1"]]
:repositories [["releases" {:url           ""
                            :no-auth       true ; use ~/.aws/credentials
                            :sign-releases false}]]

lispers-anonymous12:09:57

Probably should have tried this before posting, but upgrading s3-wagon-private to 1.3.4 fixed this 🎉