graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
yuhan 2020-03-24T10:08:31.360100Z

I'm getting a strange error when trying to use clj-native-image to build a project with the clojure2d dependency:

Error: Invalid or corrupt jarfile /Users/yuhan/.m2/repository/com/github/fommil/netlib/all/1.1.2/all-1.1.2.pom
Caused by: java.util.zip.ZipException: zip END header not found

yuhan 2020-03-24T10:08:57.360700Z

The library itself can be used without issue in a normal REPL context