Fork me on GitHub
#babashka
<
2021-09-10
>
borkdude10:09:09

I moved code into a shared build file for babashka and tools.build in order to share constants, functions and prevent re-builds when not necessary. E.g. bb jar or bb uber immediately quit within milliseconds if nothing needs to be rebuilt. https://github.com/clj-easy/graal-build-time/blob/main/bb.edn https://github.com/clj-easy/graal-build-time/blob/main/build_shared.clj https://github.com/clj-easy/graal-build-time/blob/main/build.clj

🤯 4
maleghast13:09:37

This is so neat