Jar tasks :file option could treat input string as template
Open
Built-in Tasks
F0 Feature Discussion
- Dominant language
- Clojure
- Stars
- 1.7k
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
`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".
Contributor guide
Research direction
Start at the boot.task.built-in/jar task and inspect how its :file argument is currently handled. Use the example "{project}-{version}-standalone.jar" as the expected template input, and verify that the resulting JAR filename expands the referenced values rather than using the string literally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100