I found some time this morning to improve meander's build. See https://github.com/noprompt/meander/pull/200 The key fix is to produce a slim jar
I keep getting this message
Error building classpath. Library io.github.clojure/tools.build has missing :sha in coordinate.
what version of clojure CLI are you running?
What command results in that error?
1.10.1.754
that could be it. I'm running 1.10.3.943
Would it be hard for you to upgrade?
Shouldnβt be π
Give it a try π What's the worst that can happen? π
OK that fixed the problem. On to the next problem. π
ha! A man after my own heart π
Honestly, this is so awesome. I wasnβt sure when I was gonna get around to it. This really, really, really made my day.
Oh great π I have been itching to play with the new build tools stuff. I was pleased with how easily it slotted in
@dominicm βοΈ new release. I donβt see Clojure in the jar. π
I made a tweak to have the deploy part optional.
bin/build-release # Build the jar
bin/build-release deploy # Build the jar and attempt to deploy it
This is like 900% better than what was there before.
Iβm so happy today. lein deploy clojars was a headache.