clojars

Mark Wardle 2026-04-03T09:16:20.670179Z

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!

2026-04-03T12:45:16.091719Z

Hi Mark! Publishing that to Clojars is totally fine, as it is part of a mostly-Clojure project. Thanks for asking!

Mark Wardle 2026-04-03T13:04:42.584259Z

That's great. Thank you very much.