Just started to try this. The setup task ran OK, but I’m hitting git sha issues with the dev task:
Mike:example gmp26$ ./task dev
Option changed, use: clj -X:deps git-resolve-tags
Mike:example gmp26$ clj -X:deps git-resolve-tags
DEPRECATED: Libs must be qualified, change cljs-http => cljs-http/cljs-http (deps.edn)
Error building classpath. Library github-jacobobryant/biff has :tag but no :sha.
Add :sha or run `clj -Sresolve-tags` to update deps.edn.
Mike:example gmp26$ clj -$resolve-tags
DEPRECATED: Libs must be qualified, change cljs-http => cljs-http/cljs-http (deps.edn)
Error building classpath. Library github-jacobobryant/biff has :tag but no :sha.
Add :sha or run `clj -Sresolve-tags` to update deps.edn.
Mike:example gmp26$ clj -X:deps -$resolve-tags git-resolve-tags
DEPRECATED: Libs must be qualified, change cljs-http => cljs-http/cljs-http (deps.edn)
Error building classpath. Library github-jacobobryant/biff has :tag but no :sha.
Add :sha or run `clj -Sresolve-tags` to update deps.edn.
Mike:~ gmp26$ java -version
openjdk version "14.0.1" 2020-04-14
OpenJDK Runtime Environment (build 14.0.1+14)
OpenJDK 64-Bit Server VM (build 14.0.1+14, mixed mode, sharing)
Mike:~ gmp26$ clj
Clojure 1.10.1
interesting, looks it needs an update for recent clj changes. I'm surprised the clj -X:deps git-resolve-tags
you ran didn't fix it. I'll look into that today.