Fork me on GitHub
#leiningen
<
2017-12-12
>
jgh04:12:55

I’m getting the Tried to use insecure HTTP repository without TLS. error from, I think, a dependency of a dependency. Is it possible to have lein actually say which repo is insecure?

jgh04:12:56

putting it in debug mode isn’t much help either.

jgh04:12:32

ah its something in immutant

Alex Miller (Clojure team)05:12:27

or downgrading lein or configuring the https://clojars.org/repo url instead

Alex Miller (Clojure team)05:12:26

I think the problem is that the newest version of lein uses the CDN clojars repo https://repo.clojars.org, which requires SSL stuff that is not supported in older jdks

ibcoleman13:12:38

Hey @danielcompton, @alexmiller thanks for the feedback on my leiningen issue. Turns out it was some bizarre OSX edge case… On to a totally different set of problems… 🙂

rickmoynihan15:12:22

I noticed last night that both hooks, and middleware are deprecated as of leiningen 2.8.0… If you need to do those kind of things are there any suggestions on how to proceed?

rickmoynihan15:12:32

In particular I’m looking at replacing the project.clj :dependencies for all leiningen tasks.

fabrao16:12:48

hello all, is there any way to only generate uberjar standalone?

noisesmith17:12:46

the regular jar is used as an input to the uberjar

noisesmith17:12:58

I mean, I guess you could ask it to delete it?