Fork me on GitHub
#graalvm
<
2020-03-24
>
yuhan10:03:31

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

yuhan10:03:57

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