boot icon indicating copy to clipboard operation
boot copied to clipboard

Build tooling for Clojure.

Results 101 boot issues
Sort by recently updated
recently updated
newest added

Some tasks allow you to pass edn forms for evaluation. On the CLI you can pass those as string and we'll `read-string` them. If you pass a form in a...

F0 Feature Discussion

`boot.task.built-in/jar` uses the argument `:file` value literally. It would be useful if the value was treated as a template. For exmaple "{project}-{version}-standalone.jar".

Built-in Tasks
F0 Feature Discussion

Via Slack: > Hey. I've just wasted another hour and a half debugging WTH boot could not parse my string argument. Long story short, turned out that my arg definition:...

Bug
Repro Attached

I have a long term task like watching file by myself, I just don't like it exits after my task is running. I tried `wait` but blocks the thread. Now...

Support

I am having a problem with incredibly slow incremental build times (e.g. ~10s). I have over 2k files that are in my `:asset-paths`. These files are CSS and js libraries...

Bug
question
macOS

Repository credentials configuration in boot is awesome! Unfortunately when using mirrors they require manual configuration, that is, the information must be provided in the mirrors map and not through `configure-repositories!`...

Enhancement

An example use case (see #432): ``` (task-options! push {:repo-map (delay (gpg-decrypt "/home/micha/.deploy-repos.clj.asc" :as :edn))}) ```

Enhancement
help wanted

It would be great to have the new task doc in the `doc` folder together with the other `built-in`. Queued up in my TODO list ;) I have to add...

Documentation

#### Description When running `boot show -u`, it prints dependencies with exclusions like this: ``` [com.cemerick/piggieback "0.2.2" :scope "test" :exclusions [[com.google.guava/guava]]] [com.datomic/datomic-free "0.9.5561.50" :scope "test" :exclusions [[com.google.guava/guava]]] ``` In this...

Bug

Zulu OpenJDK distribution is not recognized by boot.exe. Only Oracle JDK is supported.

Windows
OpenJDK