Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Aug 6, 2016
1 parent 5816bcf commit 579044f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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/"}
Expand Down Expand Up @@ -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}}})

0 comments on commit 579044f

Please sign in to comment.