Fork me on GitHub
#graalvm
<
2021-04-12
>
chrisn18:04:01

Is there a trick to get io/resource to work? The resources are included in the uberjar and in the uberjar I get a valid url. In graal native, I get an NPE.

borkdude18:04:34

@chris441 yes, it works if you include the resources using a resource config.

chrisn18:04:45

OK, reading about that now

chrisn19:04:38

Is your project structure $PROJECT/resources/clj_kondo/impl/cache/built_in/... ?

borkdude19:04:56

and resources is on my classpath

chrisn19:04:02

Got it. Things are working again 🙂.

👍 3