Fork me on GitHub
#polylith
<
2023-01-05
>
oly12:01:46

Any info on using tools build with polylith, in particular around

(b/compile-clj {:basis     basis               ; compile clojure code
                  :src-dirs  ["src"]
                  :class-dir jar-content})
I have the build script in my project so I guess the above refers to projects/project/name/src so does not include src and resources from bases and components ? is there a simple way other than typing in all folders ? been using the deprecated depstar so thought I better update, but this requires a lot more knowledge to use to get an uderjar.

oly13:01:01

in fact looking in the generated jar looks like I have all the classes included, so maybe its not related to that, I will ask else where