Use the new `native-image.properties` to simplify build:
https://github.com/clj-kondo/clj-kondo/pull/1373
Also link to `graalvm11-ce.lib` to reduce closure size:
Before:
```
$ nix path-info -S ./result -h
/nix/store/bc46ki5sj5abbdfsighvvvlk03qnzrp5-clj-kondo-2021.09.25 1.9G
```
After:
```
$ nix path-info -S ./result -h
/nix/store/6mzk1f3j2j7lzzg378jl1g86p4pkz43z-clj-kondo-2021.09.25 74.1M
```
Now that we have community builds of graalvm landed in #99631, both
clj-kondo and babashka can depend on those versions of graalvm rather
than the one that requires building from source - this can be built in
hydra, and generally is much easier to build and test.