luminus-template icon indicating copy to clipboard operation
luminus-template copied to clipboard

Gradle support in Luminus!

Open aadrian opened this issue 7 years ago • 1 comments

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:

  • real multi-module support
  • real IDE integration, something new users can use now
  • possibility to mix it with Java or or other languages based projects (in most project we always use more than one language).
  • android is also using it :).

Thank you.

aadrian avatar Sep 15 '16 05:09 aadrian

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.

yogthos avatar Sep 15 '16 19:09 yogthos