git-process prints its command to stdout. perhaps debug info..?
https://github.com/clojure/tools.build/blob/master/src/main/clojure/clojure/tools/build/api.clj#L239
That looks like lingering debug output that should have been removed
I kinda liked seeing what commands were being run 😁
released io.github.clojure/tools.build {:git/tag "v0.6.7" :git/sha "8cca4f4"}
removes the debug output
thanks!