clj-easy / graal-build-time

Initialize Clojure classes at build time with GraalVM native-image
MIT License
130 stars 5 forks source link

fix: compiled java jdk compatibility #29

Closed lread closed 1 year ago

lread commented 1 year ago

javac -source and -target opts were replaced with --release after jdk8. Use --release.

Also add -Xlint arg to javac to show warnings.