davidjameshumphreys / lein-groovyc

Leiningen plugin to compile groovy projects

Repository from Github https://github.comdavidjameshumphreys/lein-groovycRepository from Github https://github.comdavidjameshumphreys/lein-groovyc

lein-groovyc

Compile groovy source files

Usage

Add the following to your project.clj

:dev-dependencies [[org.clojars.djh/lein-groovyc "0.4.0"]]
:groovyc-source-path "src/groovy"

;;Multiple paths can be specified using paths instead
:groovyc-source-paths ["src/groovy/main"]

;; or more generally in groovyc-options
:groovyc-options {:includeJavaRuntime true}

Run groovyc lein clean, groovyc

License

Copyright (C) 2012 Kurt Harriger

Distributed under the Eclipse Public License, the same as Clojure.

About

Leiningen plugin to compile groovy projects


Languages

Language:Clojure 100.0%