Fork me on GitHub
#leiningen
<
2022-09-28
>
Yuner Bekir12:09:24

Hello! I have the following in my project.clj file. Since the jars inside will by dynamically populated, is there a way I could just say include all jars in directory foo? I tried searching for a plugin but no success.

:resource-paths ["foo/doo-1.0.jar"
                   "foo/goooo-1.0.jar"]

vemv14:09:14

:resource-paths ~(any (custom :code :here))

vemv14:09:23

~ allows you to eval whatever you want

Yuner Bekir14:09:33

thanks I will give it a try

Yuner Bekir11:09:11

@U45T93RA6 thanks your solution worked ❤️

vemv11:09:21

cheers 🍻