Does anyone know the incantation for adding a dire...
# getting-started
d
Does anyone know the incantation for adding a directory to the
resources
in gradle? right now i have a task that copies
node_modules/mime-db/db.json
to
src/main/resources/mime-db/db.json
, but i would rather just append
node_modules/mime-db/db.json
to the resources list directly instead of copying: https://github.com/danneu/kog/blob/master/build.gradle#L52