Update the build to produce the correct version of jvm bytecode

This commit is contained in:
Joshua Suskalo 2022-04-15 09:56:08 -05:00
parent 709e2c1dc9
commit 5d24b14992
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -52,8 +52,8 @@
(b/process {:command-args ["javac" "--add-modules=jdk.incubator.foreign"
"src/java/coffi/ffi/Loader.java"
"-d" class-dir
"-target" "17"
"-source" "17"]})
"-target" "18"
"-source" "18"]})
opts)
(defn- write-pom