Fork me on GitHub
#leiningen
<
2018-01-04
>
kkruit19:01:58

When using uberjar to build i'm getting the wrong project.clj as my root clj which wouldn't matter except i'm using that to list the version. Can anyone think why this may be happening and/or if there is a way to manually copy the file over as part of the build process?

noisesmith19:01:38

the new leinengen doesn't do the root project.clj thing so you get one from a random project that used an old leiningen

noisesmith19:01:49

if you want a specific project.clj look under the path for that dep

noisesmith19:01:32

(or I might be misremembering and it's that the project.cljs get merged differently so yours isn't always the first found at root - but regardless putting project.clj at root shouldn't be relied on)

kkruit19:01:04

okay thanks!