From a7833b1858ef908f69cf33b514b529ad216b297d Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 23 Jan 2023 23:26:31 -0800 Subject: [PATCH] fix jvm opts --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index ceb3ffc..9e6b4a7 100644 --- a/build.clj +++ b/build.clj @@ -28,7 +28,7 @@ combined (t/combine-aliases basis [:test alias]) cmds (b/java-command {:basis basis - :java-opts (:java-opts combined) + :java-opts (:jvm-opts combined) :main 'clojure.main :main-args ["-m" "cognitect.test-runner"]}) {:keys [exit]} (b/process cmds)]