boot-clj / boot-clj/boot-clj.github.io

missing target task

Open
#6 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Documentation should be updated regarding boot v 2.6.0 release.

I found that in my project all building tasks required adding `target` task to the chain. Otherwise final jar was built within temporary `~/.boot/cache/tmp/......` directory and was not synced with the final target.

For example:

```
(deftask build-standalone
"Build standalone version" []
(comp
(pom)
(aot)
(uber)
(jar :file (format "%s-%s-standalone.jar" (name (get-env :project))
(get-env :version)))
(target)))
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.