What is this?
A library to interact with Gradle’s Tooling API. This means you can run tasks and inspect a Gradle project from Clojure code, most interestingly the REPL.
In practice, this is targeted mainly as a REPL-helper library for clojurephant users.
-
Run ClojureScript builds
-
Start ClojureScript REPLs
-
Browser REPL
-
-
Run arbitrary Gradle tasks
|
Important |
Currently requires un-released clojurephant features to function. |
Why should you care?
Since clojurephant’s goal is to provide a Gradle-native experience, but with the creature comforts of a Clojure environment, we want to make it easy to reuse your Gradle configuration to perform tasks in the REPL.
Most importantly this helps configure ClojureScript REPLs properly to use the classpath and configuration from your Gradle project.
Usage
See the Release Notes for available versions, compatibility with clojurephant versions, and detailed change notes.
TODO UNDER CONSTRUCTION