We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4881fe1 commit b6fea2aCopy full SHA for b6fea2a
Makefile
@@ -3,9 +3,6 @@
3
CLOJURE_VERSION ?= 1.10
4
export CLOVERAGE_VERSION = 1.0.13
5
6
-JAVA_VERSION = $(shell lein with-profile +sysutils \
7
- sysutils :java-version-simple | cut -d " " -f 2)
8
-
9
test/resources/cider/nrepl/clojuredocs/export.edn:
10
curl -o $@ https://clojuredocs-edn.netlify.com/export.compact.edn
11
project.clj
@@ -111,8 +111,6 @@
111
cider.nrepl/wrap-version
112
cider.nrepl/wrap-xref]}}]
113
114
- :sysutils {:plugins [[lein-sysutils "0.2.0"]]}
115
116
:cloverage [:test
117
{:plugins [[lein-cloverage "1.0.12-SNAPSHOT"]]
118
:dependencies [[cloverage "1.0.12-SNAPSHOT"]]
0 commit comments