stathissideris / ditaa

ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU Lesser General Public License v3.0
927 stars 87 forks source link

Move to Gradle for building? #25

Closed aadrian closed 6 years ago

aadrian commented 7 years ago

Hi,

Any chance moving to Gradle for building ditaa?

stathissideris commented 6 years ago

I have just moved it to leiningen (the Clojure build tool), because I will gradually port ditaa to Clojure. I'm planning to add instructions for building an uberjar (but it's pretty much standard so you can figure it out by reading leiningen's docs)

aadrian commented 6 years ago

I will gradually port ditaa to Clojure

Great to hear that :)

just moved it to leiningen

IMHO https://github.com/gradle-clojure/gradle-clojure would have been an easier path.