You should use Clojuresque [1]. The latest version (1.7.0) can start an nrepl server for you. Since I'm a bad user (and because of various dependency-related hurdles at work), I still haven't actually started using it though. Luckily, with earlier versions it's pretty easy to define a new task that starts an nrepl server. Here's an example:
https://github.com/Netflix/RxJava/blob/master/language-adaptors/rxjava-clojure/build.gradle#L55 With Cider 0.6.0, you can just M-X cider and connect. If you have the latest alpha, well, good luck getting back to 0.6.0. For ac-nrepl auto-complete you'll want to add clojure-complete [2] as a dependency as well. Good luck, Dave [1] https://bitbucket.org/clojuresque/clojuresque [2] https://clojars.org/clojure-complete On Sat, May 10, 2014 at 4:00 AM, Catonano <caton...@gmail.com> wrote: > Hello > > I use to press M-. in Emacs to jump to the definition of a function and > M-, to jump back to where I came from > > This requires an nREPL to be working > > Now I'd like to explore a project using Gradle. > > Can I get an nREPL with Gradle ? Can Gradle export a project file so that > I can use lein to have an nREPL ? > > > -- > 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 > --- > 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 clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 --- 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 clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.