switch to java22 support

This commit is contained in:
Kristin Rutenkolk 2024-06-10 16:33:30 -07:00
parent b7092b4af6
commit c43bce4768

View file

@ -52,8 +52,8 @@
(b/process {:command-args ["javac" "--enable-preview"
"src/java/coffi/ffi/Loader.java"
"-d" class-dir
"-target" "21"
"-source" "21"]})
"-target" "22"
"-source" "22"]})
opts)
(defn- write-pom