Fork me on GitHub
#meander
<
2021-08-27
>
markaddleman13:08:17

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

๐Ÿ‘ 3
noprompt16:08:02

@markaddleman This is awesome! ๐Ÿ™‚

noprompt16:08:41

I keep getting this message

Error building classpath. Library io.github.clojure/tools.build has missing :sha in coordinate.

noprompt17:08:13

@dominicm โ˜๏ธ new release. I donโ€™t see Clojure in the jar. ๐Ÿ™‚

noprompt17:08:23

Thank @markaddleman for that! ๐Ÿ™‚

clojure-spin 2
noprompt17:08:15

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

noprompt17:08:10

This is like 900% better than what was there before.

noprompt17:08:30

Iโ€™m so happy today. lein deploy clojars was a headache.