From 7da20f74cff8b1a3e220b37c050b641e91fb341b Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Wed, 24 Jul 2024 18:43:15 -0500 Subject: [PATCH] remove more --enable-preview --- deps.edn | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deps.edn b/deps.edn index a6c2599..a7eccbc 100644 --- a/deps.edn +++ b/deps.edn @@ -12,13 +12,13 @@ nodisassemble/nodisassemble {:mvn/version "0.1.3"}} ;; NOTE(Joshua): If you want to use nodisassemble you should also add a ;; -javaagent for the resolved location - :jvm-opts ["--enable-native-access=ALL-UNNAMED" "--enable-preview"]} + :jvm-opts ["--enable-native-access=ALL-UNNAMED"]} :test {:extra-paths ["test/clj"] :extra-deps {org.clojure/test.check {:mvn/version "1.1.0"} io.github.cognitect-labs/test-runner {:git/url "https://github.com/cognitect-labs/test-runner" :sha "62ef1de18e076903374306060ac0e8a752e57c86"}} - :jvm-opts ["--enable-native-access=ALL-UNNAMED" "--enable-preview"] + :jvm-opts ["--enable-native-access=ALL-UNNAMED"] :exec-fn cognitect.test-runner.api/test} :codox {:extra-deps {codox/codox {:mvn/version "0.10.7"}} @@ -30,8 +30,7 @@ :output-path "docs" :source-uri "https://github.com/IGJoshua/coffi/blob/{git-commit}/{filepath}#L{line}" :metadata {:doc/format :markdown}} - :jvm-opts ["--add-opens" "java.base/java.lang=ALL-UNNAMED" - "--enable-preview"]} + :jvm-opts ["--add-opens" "java.base/java.lang=ALL-UNNAMED"]} :build {:replace-deps {org.clojure/clojure {:mvn/version "1.10.3"} io.github.clojure/tools.build {:git/tag "v0.3.0" :git/sha "e418fc9"}}