dev.clojurephant.clojure
Owner: Andrew Oberstar
Clojure and ClojureScript language support for Gradle
Sources: https://github.com/clojurephant/clojurephant.git
Version 0.6.0-alpha.3
0.6.0-alpha.3
Created 25 May 2020.
Clojure and ClojureScript language support for Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.clojurephant.clojure") version "0.6.0-alpha.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.clojurephant:clojurephant-plugin:0.6.0-alpha.3") } } apply(plugin = "dev.clojurephant.clojure")
- Applying plugins to all subprojects .