boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 181 forks source link

Unable to install v2.8.2 on MacOS #761

Open binarykitchen opened 4 years ago

binarykitchen commented 4 years ago

Because of a known bug in v2.8.3 I'd like to downgrade to 2.8.2 but no. Brew doesn't have that version 2.8.2.

Only have the JAR file for v2.8.2 off your releases page but don't know what to do with it. There are no installation instructions when you have a JAR file only.

So yeah wondering here how I can either install via brew or JAR. Any advice or documentation updates very welcome.

burn2delete commented 4 years ago

install with homebrew on mac pin boot version in boot.properties file BOOT_VERSION=2.8.2

binarykitchen commented 4 years ago

@flyboarder thanks. I already tried that, pinpointed to that version in our boot.properties, yet seeing this error https://github.com/boot-clj/boot/issues/745

Looks like pinpointing the version doesn't really work. Or it is something else.

burn2delete commented 4 years ago

@binarykitchen pinning to 2.8.2 should clear up that error