This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-08
Channels
- # aatree (3)
- # announcements (1)
- # architecture (5)
- # beginners (27)
- # boot (22)
- # cider (17)
- # cljsrn (8)
- # clojure (93)
- # clojure-canada (1)
- # clojure-dev (7)
- # clojure-nl (10)
- # clojure-poland (216)
- # clojure-russia (35)
- # clojurescript (163)
- # community-development (6)
- # cursive (25)
- # datavis (6)
- # datomic (18)
- # dirac (10)
- # dysphemism (4)
- # editors (3)
- # editors-rus (1)
- # emacs (15)
- # hoplon (124)
- # instaparse (25)
- # jobs (10)
- # ldnclj (78)
- # lein-figwheel (11)
- # leiningen (6)
- # off-topic (20)
- # om (149)
- # onyx (2)
- # parinfer (5)
- # portland-or (1)
- # proton (62)
- # quil (2)
- # re-frame (8)
- # spacemacs (4)
- # yada (20)
hey - does anyone know how to get lein uberjar
to pick up :repositories
data from ~/.lein/profiles.clj
- It seems that leiningen doesn't merge that profile properly
I've had this before and think it might be another instance of this ticket: https://github.com/technomancy/leiningen/issues/1833
if I put my repositories config in project.clj it works - but if I move it into ~/.lein/profiles.clj it doesnt.... I need a slightly different setting on my CI server to a user though
so I can't use project.clj
it looks like the uberjar task never loads ~/.lein/profiles.clj
@rickmoynihan: Hmm, what does the .lein/profiles.clj
look like? Random guess: It may be that the profile you defined the :repositories
entry in also defined in project.clj