From 4272c7d05d770bf012335e0334388b3210178812 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Wed, 24 Jul 2024 18:30:18 -0500 Subject: [PATCH] Remove "--enable-preview" flag on java compilation --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"