build.edn icon indicating copy to clipboard operation
build.edn copied to clipboard

Make your Clojure library build process easy.

Results 3 build.edn issues
Sort by recently updated
recently updated
newest added

I noticed that `clojure -T:build bump-minor-version` and `clojure -T:build bump-major-version` don't reset the other version to 0 as per sem-ver. So if the current version is `1.2.1` and you do...

I ran `clojure -T:build lint` and got `OK`. But when I ran `clojure -T:build java-compile` I got: ``` Execution error (ExceptionInfo) at build-edn.core/validate-config! (core.clj:40). Invalid config: {:java-paths ["missing required key"]}...

First off, this lib is awesome. My request is to add a `clean` task, which deletes the target folder and all ephemeral folders/files created by the build.