I have a mixed Java/Clojure library and command line tool - Hermes. Rather than compiling Java code as part of the build - and forcing users to do that compilation step before running from the command line, I built a tiny Java library that is only used by the Clojure code. Is it acceptable to publish this to Clojars for this purpose? I was testing the idea and did actually publish before checking that it would be acceptable sorry!
Hi Mark! Publishing that to Clojars is totally fine, as it is part of a mostly-Clojure project. Thanks for asking!
That's great. Thank you very much.