From 579044fdac06bf3a806df97bd56af238e4f0b6f0 Mon Sep 17 00:00:00 2001 From: pron Date: Sat, 6 Aug 2016 10:53:18 +0300 Subject: [PATCH] - --- project.clj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index ab8b46b..75910cb 100644 --- a/project.clj +++ b/project.clj @@ -54,6 +54,10 @@ ] :global-vars {*warn-on-reflection* true}} + ;; ----------- other instrumentation strategies --------- + :auto-instrument-all + {:jvm-opts ["-Dco.paralleluniverse.pulsar.instrument.auto=all"]} + ;; ----------- cluster -------------------------------------- :cluster {:repositories {"oracle" "http://download.oracle.com/maven/"} @@ -90,7 +94,4 @@ co.paralleluniverse.pulsar.lazyseq co.paralleluniverse.pulsar.async] :output-path "docs/api"} - :global-vars {*warn-on-reflection* false}} - ;; ----------- other instrumentation strategies --------- - :auto-instrument-all - {:jvm-opts ["-Dco.paralleluniverse.pulsar.instrument.auto=all"]}}) + :global-vars {*warn-on-reflection* false}}})