This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-26
Channels
- # aleph (1)
- # beginners (96)
- # boot (5)
- # cider (44)
- # cljdoc (11)
- # clojure (73)
- # clojure-conj (4)
- # clojure-dev (1)
- # clojure-finland (2)
- # clojure-italy (7)
- # clojure-new-zealand (1)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (66)
- # clojurescript (114)
- # code-reviews (16)
- # cursive (15)
- # datomic (37)
- # emacs (6)
- # events (2)
- # figwheel-main (12)
- # fulcro (36)
- # graphql (19)
- # hoplon (2)
- # hyperfiddle (3)
- # jobs (2)
- # leiningen (4)
- # off-topic (36)
- # om (1)
- # om-next (2)
- # other-languages (1)
- # re-frame (12)
- # reagent (12)
- # reitit (5)
- # remote-jobs (4)
- # ring (2)
- # shadow-cljs (218)
- # spacemacs (8)
- # specter (7)
- # sql (34)
- # tools-deps (9)
- # uncomplicate (6)
Is anyone here using this on circleci? I think it is a good idea to cache the .cpcache
folder? Because I saw this in the reference guide:
The cached classpath file is used when:
* It exists
* It is newer than all deps.edn files
I would guess if i checkout the project and then restore a cache the .cpcache
folder is always newerHmm this is exactly what you want if I base the cache on deps.edn.. While I typed this I figured it out
Is there some place where it caches git dependencies? I am currently caching the .m2
folder and the .cpcache
folder
@mitchelkuijpers by default ~/.gitlibs
Ah nice thnx
hi, anyone know how to add a local maven repository to a deps.edn file?