ClojureBuild
Represents Clojure source code that should be checked or compiled as a unit.
Properties
Property | Type | Description |
---|---|---|
|
Directory compiled classes will be written to (if AOT is enabled). Defaults to |
|
|
Classpath to use when checking/compiling |
|
|
Directories to use as roots for source code (will be added to the |
|
|
READ ONLY Tree of source files (starting from |
|
|
Namespaces within |
|
|
One of |
|
|
Namespaces within |
|
|
Configure the Clojure compiler for the build’s ClojureCompile task |
Methods
Method | Description |
---|---|
|
Sets |
|
Sets |
|
Allows configuring the compiler options in a block |
Example
See ClojureExtension.