Fork me on GitHub
#clj-kondo
<
2023-02-14
>
Noah Bogart21:02:46

I'm attempting to use clj-kondo as a dependency in a library that i'll compile with GraalVM. It seems that the META-INF files are being picked up by graalvm and used, and it ends up just building a version of clj-kondo on my machine instead compiling my library lol. any suggestions on how to avoid this?

2
borkdude21:02:11

Are you sure it's building clj-kondo, and not just your project but with the name clj-kondo?

Noah Bogart21:02:17

it spit out a clj-kondo bin and when i ran clj-kondo --help it printed the clj-kondo help text lol. looking at your git history, i think i see the changes necessary (moving some of the native-image.properties flags back to my call).