From 00946348189db8135deb399e04d83c11196bce67 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Thu, 21 Sep 2023 10:38:31 -0500 Subject: [PATCH] Update target version to 21 --- build.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.clj b/build.clj index bdbf2ba..90919c4 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" "19" - "-source" "19"]}) + "-target" "21" + "-source" "21"]}) opts) (defn- write-pom