Hi all. Apologies if I am suffering grep fail, but...
# general
r
Hi all. Apologies if I am suffering grep fail, but how does one list resources (as in, on the classpath) when building a bundle / jvm app? I’ve tried simply spelling out the filenames (as a list) and handing that to the
resources
parameter, but I get strange errors about BUILD files —
/Users/kderr/Repositories/civitaslearning/civspark/services/cupid/src/main/resources/db/migration/V20160328_121326_4773__workflow_load.sql does not contain any BUILD files
— Do I need to refer to these files in a BUILD file somewhere?