luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
647 stars 147 forks source link

Gradle support in Luminus! #259

Open aadrian opened 8 years ago

aadrian commented 8 years ago

Please add Gradle support to Luminus!

Even if it's new, this plug-in https://github.com/cursive-ide/gradle-clojure is a good start to have Gradle support in Clojure.

Just a few advantages of Gradle:

Thank you.

yogthos commented 8 years ago

The main question would be of maintenance. A lot of the template is setup around generating a project.clj for each profile. For example, things like lein plugins wouldn't be available when using gradle. Since I don't use gradle myself, it's difficult for me to keep it up to date. That said, I would be open to a pr for this if somebody was willing to take ownership of that part of the project.