Skip to content

writepavel/lein-groovyc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lein-groovyc

Compile groovy source files

Usage

Add the following to your project.clj

:dev-dependencies [[lein-groovyc "0.1.0"]]
:groovy-source-path "src/groovy"

Multiple paths can be specified using paths instead

:groovy-source-paths ["src/groovy/main"]

or more generally in groovy-options

:groovc-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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%