Clojure with gradle

Does anyone have an experience using clojure with gradle? If so any advise would be appreciated.

Hey Travis,

there is a quite popular plugin for building clojure apps with gradle
called “clojuresque” available at https://github.com/clojuresque. The
guys from netflix wrote a small wrapper around that plugin that can be
resolved from the gradle plugin portal. (see
https://plugins.gradle.org/plugin/nebula.nebula-clojure) for details

I have seen this plugin. My concern was that it doesn’t appear to be
maintained anymore. Also how well it works with tools such as CIDER.