diff --git a/build.clj b/build.clj index 48622c7..89f7b5c 100644 --- a/build.clj +++ b/build.clj @@ -50,7 +50,7 @@ [opts] (.mkdirs (io/file class-dir)) (let [compilation-result - (b/process {:command-args ["javac" "--enable-preview" + (b/process {:command-args ["javac" "src/java/coffi/ffi/Loader.java" "-d" class-dir "-target" "22"