From 4ea163b5607fa5ce465a72dba42cf1dbc75ee806 Mon Sep 17 00:00:00 2001 From: BC Date: Thu, 2 Aug 2018 21:34:25 -0700 Subject: [PATCH] java 8 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9c7a8c13..970bdd0c 100644 --- a/project.clj +++ b/project.clj @@ -71,7 +71,7 @@ :plugins [[lein-figwheel "0.5.13"] [lein-pdo "0.1.1"] [cider/cider-nrepl "0.16.0"]] - :jvm-opts ["-Dconfig=config/dev.edn" "--add-modules" "java.xml.bind"]} + :jvm-opts ["-Dconfig=config/dev.edn" #_#_"--add-modules" "java.xml.bind"]} :uberjar {:prep-tasks [["cljsbuild" "once" "min"] "compile"]} :provided {:dependencies [[org.clojure/clojurescript "1.10.238"] [reagent "0.7.0"]