From 5d24b149928496decd01adb4b2f84cac5c0a583e Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Fri, 15 Apr 2022 09:56:08 -0500 Subject: [PATCH] Update the build to produce the correct version of jvm bytecode --- build.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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