com.cursive-ide.clojure
Owner: Cursive
Compiles Clojure code and runs tests
Sources: https://github.com/cursive-ide/gradle-clojure
Version 1.1.0 (latest)
1.1.0
Created 27 October 2016.
Compiles Clojure code and runs tests
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cursive-ide.clojure") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.cursive-ide:gradle-clojure:1.1.0") } } apply(plugin = "com.cursive-ide.clojure")
- Applying plugins to all subprojects .