boot

:boot-clj: https://boot-clj.github.io/ β€” build tooling for Clojure. Dev chat in #boot-dev
2019-04-13T03:54:47.018900Z

Gotcha - is there a way to write the cache somewhere else?

flyboarder 2019-04-13T14:50:39.019900Z

@mattyulrich no, currently it always uses the home folder

2019-04-13T15:11:16.021600Z

Ok.. I can safely delete the cache directory, right? It will have to re-init the boot and clj libs but should be fine?

flyboarder 2019-04-13T15:58:36.021800Z

Yep

micha 2019-04-13T17:07:25.023400Z

A little late but I think you can use a symlink to point directories inside .boot dir elsewhere

micha 2019-04-13T17:08:29.024900Z

The cache should be on the same file system as the project you’re building, though, because hard links are used

flyboarder 2019-04-13T18:27:32.025800Z

Special thanks to @micha for all his work on Boot and for supporting its continued development as a monthly sponsor on OpenCollective

2πŸ‘
flyboarder 2019-04-13T18:27:35.026Z

https://opencollective.com/boot-clj

micha 2019-04-13T18:28:09.026400Z

keep up the good work @flyboarder!

2πŸŽ‰
flyboarder 2019-04-13T22:23:36.027700Z

You asked, we listened - special delivery of Boot v2.8.3 is now available. :boot-clj:

3πŸŽ‰
flyboarder 2019-04-13T22:24:23.027800Z

@bozhidar here you go!

flyboarder 2019-04-13T22:24:53.028400Z

Thanks to @alandipert for helping to get the boot build box up and running. Also thanks to @micha for helping to get boot under clojars 20mb jar limit.

2πŸŽ‰
2019-04-14T18:23:21.030Z

Congrats!

flyboarder 2019-04-13T22:25:22.029Z

This version includes top-down updates to all the dependencies and builds using java 1.8 instead of 1.7

borkdude 2019-04-13T22:30:32.029400Z

thanks! I’ll try tomorrow

micha 2019-04-13T22:32:28.029700Z

πŸ’₯