greglook/cljstyle

Provide uberjar as a release artifact?

Opened this issue · 0 comments

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!