Which ci environment? I'm a little surprised, as those I've used will let
you run arbitrary command lines. I've run leiningen from Jenkins, Bamboo,
and ThoughtWorks Go, all with no problems...
On 17 Sep 2014 21:22, "Adam Markham" wrote:
> Unfortunately using Leiningen in this project is out of th
Unfortunately using Leiningen in this project is out of the question, as
the CI environment i'm using doesn't support it. Therefore I would like to
convert this project.clj to a gradle project so I can run the uberjar that
is built as a standalone jar. This seems to work well with this in
Leini