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 ,

ensure-config-files

(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

make-files-conf

(make-files-conf)

Create the simple configuration

read-edn

(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