diff --git a/build.clj b/build.clj index c0df6d7..5c7e0b2 100644 --- a/build.clj +++ b/build.clj @@ -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