Converting Leiningen project.clj to Gradle

2014-09-17 Thread Adam Markham
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

Re: Converting Leiningen project.clj to Gradle

2014-09-17 Thread Korny Sietsma
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 adamjmark...@gmail.com wrote: Unfortunately using Leiningen in this