simuons / rules_clojure

Clojure rules for Bazel
Apache License 2.0
34 stars 8 forks source link

Resource file support for clojure_library and clojure_test #60

Open ediril opened 3 years ago

ediril commented 3 years ago

There is no way to include resource files in the output jar file at the moment. Would you be open to adding a feature like java_library and java_test rules' resources attribute to clojure_library and clojure_test?