I was playing with the uberjar example at https://clojure.org/guides/tools_build and ran into the issue that I “Execution error (DirectoryNotEmptyException) at sun.nio.fs.UnixCopyFile/copy (UnixCopyFile.java:586). ./target/classes” This was until I added org.clojure/tools.cli {:mvn/version “1.0.206"} as a dependency. Is this to be expected?
I clearly just dipped my toes with tools.build and have not internalised how it all hangs together but tried to follow the guide and was a bit suprised.
Removed the dependency and things still work. Sorry, this have to have been some cache issue. Thought I started from scratch and cleaned out, but apparently not 😊
If you get a repro, would be interested to understand more