tools-deps

borkdude 2024-10-18T12:13:40.591399Z

How can --report stderr be used in combination with clojure -X ?

Alex Miller (Clojure team) 2024-10-18T13:32:47.838009Z

It can’t but you can use the system property variant

Alex Miller (Clojure team) 2024-10-18T13:34:30.554459Z

-J-Dclojure.main.report=stderr

Alex Miller (Clojure team) 2024-10-18T13:34:55.053169Z

At least, I think that works

borkdude 2024-10-18T13:38:00.246249Z

👍