jonase / eastwood

Clojure lint tool
1.09k stars 66 forks source link

Eastwood's leiningen plugin seems broken in v0.4.1 #380

Closed scarytom closed 3 years ago

scarytom commented 3 years ago

After upgrading from Eastwood 0.4.0 to 0.4.1 the leiningen task has disappeared. I have reproduced this with a vanilla leiningen project (created via lein new).

Adding :plugins [[jonase/eastwood "0.4.0"]] and running lein help shows the eastwood task in the list Adding :plugins [[jonase/eastwood "0.4.1"]] and running lein help shows no eastwood task in the list!

slipset commented 3 years ago

Yup, we had an issue building the artefact. We'll publish a new one shortly.

slipset commented 3 years ago

0.4.2 is out, and should fix this.