one-time icon indicating copy to clipboard operation
one-time copied to clipboard

dependant repos need to be added to deps.edn file

Open boxxxie opened this issue 3 years ago • 1 comments

i have to add this to my deps.edn or clojure throws nonsense errors

 :mvn/repos {
             "jitpack" {:url "https://jitpack.io"}
             "sonatype" {:url "https://oss.sonatype.org/content/repositories/releases"
                         :snapshots false
                         :releases {:checksum :fail :update :always}}
             "sonatype-snapshots" {:url "https://oss.sonatype.org/content/repositories/snapshots"
                                   :snapshots true
                                   :releases {:checksum :fail :update :always}}}

i have also tried converting the project.clj to deps.edn in my fork, but i still need to add these to my project that uses this library. maybe this is normal and needs to be added to the docs, or maybe there is a way to eliminate the dependant repos

boxxxie avatar Jul 11 '21 17:07 boxxxie

I certainly haven't looked into the deps.edn requirements/structure yet for this project. Thanks for bringing this up. I'll take a look at it in the coming weeks and try to document it (and resolve anything if needed).

suvash avatar Jul 12 '21 09:07 suvash

Sorry I'm going to close this as nobody else has reported any problems regarding this. Please reopen the issue (or better even submit a PR) if it's of concern.

suvash avatar Oct 11 '22 17:10 suvash