Hi, On Jul 14, 3:16 pm, Martin DeMello <martindeme...@gmail.com> wrote:
> Hit send too soon - I meant to say, currently my project is just > clojure, and lein works very nicely to package it. If I wanted to > include some java sources, what would the easiest way to build the > combined project be? For the case files: the clojuresque plugin for gradle also allows mixed compilation. You can specify which is needed first by explicitly providing the dependency "compileClojure.dependsOn compileJava". Or the other way around. Real mixed compilation (Some Java class, Clojure, Java, Clojure, ...) is currently not possible. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en