Skip to content

Commit

Permalink
Correction for jvm-opts argument
Browse files Browse the repository at this point in the history
It got raised here:
drapanjanas#225
and here:
drapanjanas#198

The extra '=', raises an error, hence the removal.
  • Loading branch information
dotemacs committed Oct 16, 2019
1 parent 4c9f8ee commit 1555c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"advanced-build" ^{:doc "Recompile code for production using :advanced compilation."}
["do" "clean"
["with-profile" "advanced" "cljsbuild" "once"]]}
:jvm-opts ["-XX:+IgnoreUnrecognizedVMOptions" "--add-modules=java.xml.bind"]
:jvm-opts ["-XX:+IgnoreUnrecognizedVMOptions" "--add-modules java.xml.bind"]
:profiles {:dev {:dependencies [[figwheel-sidecar "0.5.18"]
[cider/piggieback "0.4.0"]]
:source-paths ["src" "env/dev"]
Expand Down

0 comments on commit 1555c96

Please sign in to comment.