greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Provide uberjar as a release artifact? #107

Open robhanlon22 opened 4 months ago

robhanlon22 commented 4 months ago

I'd like to add cljstyle to nixpkgs as a GraalVM native image. clj-kondo is a good example of how this is done. However, it does depend on the standalone JAR being available somewhere. Doing the packaging within Nix itself requires some workarounds due to Nix not allowing implicit network access to fetch dependencies. Would you be willing to add the pre-native image uberjar to the release artifacts to ease this package creation? Thanks much!