Skip to content

Commit b6fea2a

Browse files
committed
Drop the lein-sysutils dependency
1 parent 4881fe1 commit b6fea2a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
CLOJURE_VERSION ?= 1.10
44
export CLOVERAGE_VERSION = 1.0.13
55

6-
JAVA_VERSION = $(shell lein with-profile +sysutils \
7-
sysutils :java-version-simple | cut -d " " -f 2)
8-
96
test/resources/cider/nrepl/clojuredocs/export.edn:
107
curl -o $@ https://clojuredocs-edn.netlify.com/export.compact.edn
118

project.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@
111111
cider.nrepl/wrap-version
112112
cider.nrepl/wrap-xref]}}]
113113

114-
:sysutils {:plugins [[lein-sysutils "0.2.0"]]}
115-
116114
:cloverage [:test
117115
{:plugins [[lein-cloverage "1.0.12-SNAPSHOT"]]
118116
:dependencies [[cloverage "1.0.12-SNAPSHOT"]]

0 commit comments

Comments
 (0)