Update the build to produce the correct version of jvm bytecode
This commit is contained in:
parent
709e2c1dc9
commit
5d24b14992
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@
|
||||||
(b/process {:command-args ["javac" "--add-modules=jdk.incubator.foreign"
|
(b/process {:command-args ["javac" "--add-modules=jdk.incubator.foreign"
|
||||||
"src/java/coffi/ffi/Loader.java"
|
"src/java/coffi/ffi/Loader.java"
|
||||||
"-d" class-dir
|
"-d" class-dir
|
||||||
"-target" "17"
|
"-target" "18"
|
||||||
"-source" "17"]})
|
"-source" "18"]})
|
||||||
opts)
|
opts)
|
||||||
|
|
||||||
(defn- write-pom
|
(defn- write-pom
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue