clj-on-windows 2021-02-01

Is there any trick to get by the

Program 'java.exe' failed to run: The filename or extension is too longAt ...
bug (using deps.edn /powershell) ?

@jjttjj This is a very annoying bug which can be worked around in java 11 but this workaround hasn't been included in the clojure powershell scripts yet, I think. The other workaround is first creating an uberjar. :/

or moving your dev and/or .m2 folder to a path with less elements

all hacks basically

thanks for the heads up! I'll give the m2 thing a shot