meander 2021-08-27

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

πŸ‘ 2

@markaddleman This is awesome! πŸ™‚

πŸ‘ 1

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?

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. πŸ™‚

Thank @markaddleman for that! πŸ™‚

4

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.