From c43bce4768fd752a83b3ab63e83ac211beada0b0 Mon Sep 17 00:00:00 2001 From: Kristin Rutenkolk Date: Mon, 10 Jun 2024 16:33:30 -0700 Subject: [PATCH] switch to java22 support --- build.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.clj b/build.clj index 90919c4..7d00c55 100644 --- a/build.clj +++ b/build.clj @@ -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