Liking cljdoc? Tell your friends :D

automaton-build.project.impl.config-files

Simple configuration based on files Data can be set in java property heph-conf, if more files are needed you can pass them separated by ,

Simple configuration based on files
Data can be set in java property `heph-conf`, if more files are needed you can pass them separated by `,`
raw docstring

ensure-config-filesclj

(ensure-config-files config-files)

This is done in case the project does not have access to jvm-opts. E.g. when tasks are from bb.edn

This is done in case the project does not have access to jvm-opts. E.g. when tasks are from bb.edn
raw docstring

make-files-confclj

(make-files-conf)

Create the simple configuration

Create the simple configuration
raw docstring

read-ednclj

(read-edn edn-filename)

Simple read.edn function, defined here to limit requires for configuration Read the .edn file, Params:

  • edn-filename name of the edn file to load Errors:
  • throws an exception if the file is not found
  • throws an exception if the file is a valid edn
  • file could be a string representing the name of the file to load or a (io/resource) object representing the name of the file to load
Simple read.edn function, defined here to limit requires for configuration
Read the `.edn` file,
Params:
* `edn-filename` name of the edn file to load
Errors:
* throws an exception if the file is not found
* throws an exception if the file is a valid edn
* `file` could be a string representing the name of the file to load
or a (io/resource) object representing the name of the file to load
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close