This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-13
Channels
- # announcements (13)
- # beginners (52)
- # bitcoin (2)
- # calva (2)
- # cider (7)
- # clara (1)
- # clj-commons (11)
- # clj-kondo (6)
- # cljdoc (14)
- # clojure (68)
- # clojure-belgium (1)
- # clojure-denmark (6)
- # clojure-europe (57)
- # clojure-nl (2)
- # clojure-norway (10)
- # clojure-uk (3)
- # clojurescript (7)
- # code-reviews (17)
- # conjure (1)
- # cursive (5)
- # dev-tooling (11)
- # emacs (9)
- # fulcro (12)
- # hugsql (20)
- # introduce-yourself (6)
- # joyride (2)
- # leiningen (1)
- # lsp (61)
- # malli (30)
- # missionary (11)
- # nbb (6)
- # off-topic (26)
- # portal (5)
- # practicalli (5)
- # re-frame (8)
- # releases (8)
- # sci (21)
- # shadow-cljs (3)
- # sql (17)
- # squint (1)
- # xtdb (3)
Hey all, would anyone know how to point shadow-cljs at a custom Maven Central endpoint? It https://github.com/thheller/shadow-cljs/commit/60d071ad968465ad69c2bef3ba64ff056ce09850#diff-98a9e994fbe4d455a070fa49c353effc038ec85f8647d32825e817e2f6004cc2R709 like it could be as easy as adding a config key to shadow-cljs.edn, but it doesn’t seem to be spelled out in the https://shadow-cljs.github.io/docs/UsersGuide.html.
yeah, its the same config as in leiningen. :maven {:repositories {"foo" {:id "foo" :url ...}}}

Many many thanks, @U05224H0W. My local repository is not secured with TLS (it’s on a sandboxed build fleet), so cemeric.pomegranate.aether is rejecting it as both a Maven Central override and as a mirror. The https://github.com/technomancy/leiningen/blob/master/doc/FAQ.md has a “never-use” escape hatch for allowing non-TLS-protected repos/mirrors. Is this currently available via shadow-cljs?