Fork me on GitHub
#depstar
<
2021-08-12
>
maxp07:08:44

how can I specify compile-path other than default "classes"? for example "target/classes" ?

maxp07:08:12

using babashka

borkdude07:08:39

to be clear, maxp is invoking depstar via -X within babashka, it doesn't have anything to do with babashka specifically, he just wants to set the output path of compilation. Perhaps :target-dir is meant for this.

maxp07:08:01

yes. :target-dir works!