Fork me on GitHub
#tools-build
<
2021-10-11
>
Alex Miller (Clojure team)04:10:45

tools.build v0.6.0 b139316 is now available: • compile-clj - TBUILD-20 - fix regression with including class dir on classpath • copy-dir - add option to filter binary files by extension during replace

seancorfield04:10:31

:non-filtered-exts -- that seems like an odd name -- aren't these :non-replaced-exts?

seancorfield04:10:00

"coll of extensions to skip filtering" -- "skip replacing", right?

Alex Miller (Clojure team)04:10:42

yeah, kind of following the (admittedly bad) maven naming here

Alex Miller (Clojure team)04:10:26

ok, updated to :non-replaced-exts in v0.6.1 515b334

👍 1
1
seancorfield16:10:22

Thanks, Alex! I'll update build-clj and deps-new to the latest and make releases soon.