boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
borkdude 2019-10-28T09:54:11.005200Z

don't know if boot is supposed to be compatible with JVM 11

borkdude 2019-10-28T09:54:21.005500Z

anyway, it's not a hard requirement for us, just tried it out

flyboarder 2019-10-28T21:06:41.005900Z

JVM 11 should work, in fact all the way up to JVM 13 now

borkdude 2019-10-28T22:46:36.006900Z

@flyboarder we do already use JVM 11 with one of our backends with boot. it's just CLJS and/or boot CLJS tooling that gets us very weird results on JVM 11

flyboarder 2019-10-28T22:47:20.007800Z

I use shadow now, I have honestly never worked on the source for boot-cljs

flyboarder 2019-10-28T22:47:30.008100Z

Check out degree9/boot-shadow

borkdude 2019-10-28T22:47:50.008500Z

ooh hm, interesting 🙂

borkdude 2019-10-28T22:48:00.008800Z

is there also boot-figwheel maybe?

flyboarder 2019-10-28T22:48:13.009100Z

Don’t think so, not sure

flyboarder 2019-10-28T22:48:20.009400Z

I don’t use figwheel

borkdude 2019-10-28T22:48:38.009700Z

alright, thanks for the pointer, I'll try that next time