Fork me on GitHub
#tools-build
<
2021-12-13
>
Alex Miller (Clojure team)04:12:20

tools.build v0.7.1 13f0fec (and previously v0.7.0) were released today • copy-dir - TBUILD-24 - retain file permissions when doing string replace from v0.7.0: • write-pom - TBUILD-23 - specify explicit output path with :target • Update to tools.namespace 1.2.0 • Update to tools.deps.alpha 0.12.1090

seancorfield05:12:09

Thanks for the fix to TBUILD-24!

Alex Miller (Clojure team)14:12:01

tools.build v0.7.2 0361dde is released • copy-dir - copy permissions only when supported by the file system (so not on windows)

1
seancorfield19:12:29

To pick up that version of tools.build, I've updated build-clj and deps-new (TBUILD-24 was first reported against deps-new): • io.github.seancorfield/build-clj {:git/tag "v0.6.2" :git/sha "97c275a"} • clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.5"}' :as new