Hi all,

I mentioned to several people that I’ve been using a Gradle plugin I wrote
to compile Cursive. I’ve just published it here:
https://github.com/cursive-ide/gradle-clojure. It’s also in the Gradle
plugin repo.

It’s currently very basic, but it works for what I need. If anyone needs
extra features, let me know and I’ll see about adding them. One thing that
I’m going to add soon is support for compiling Android code with this, so
that Cursive can be used with Android Studio.

It tries to use the standard Gradle mechanisms to interoperate better with
other Gradle tasks, for example the tasks all implement JavaForkOptions so
you can run tests under JaCoCo and similar tasks. It also uses the standard
Gradle include/exclude mechanisms for selecting the files to work on, and
derives the namespaces by demunging the file paths.

Let me know if anything isn’t clear from the doc and I’ll update that too.

Cheers,
Colin

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to