File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 6
6
SHELL = /bin/bash -Ee
7
7
8
8
HOME =$(shell echo $$HOME)
9
- CLOJURE_VERSION ?= 1.11
9
+ CLOJURE_VERSION ?= 1.12
10
10
TEST_PROFILES ?= "-user,-dev,+test,+cljs"
11
11
12
12
resources/clojuredocs/export.edn :
@@ -75,10 +75,6 @@ install: clean check-install-env
75
75
clean :
76
76
lein with-profile -user,-dev clean
77
77
78
- .javac : $(wildcard test-java/orchard/* .clj)
79
- lein with-profile +test javac
80
- touch $@
81
-
82
78
check-env :
83
79
ifndef CLOJARS_USERNAME
84
80
$(error CLOJARS_USERNAME is undefined)
Original file line number Diff line number Diff line change 55
55
56
56
:test ~(merge
57
57
dev-test-common-profile
58
- ; ; Initialize the cache verbosely, as usual, so that possible issues can be more easily diagnosed:
59
- {:jvm-opts
60
- [" -Dorchard.internal.test-suite-running=true" ]
61
- :resource-paths [" test-resources"
58
+ {:resource-paths [" test-resources"
62
59
" test-resources/not-a.jar"
63
60
" test-resources/java-invalid"
64
61
" does-not-exist.jar" ]})
You can’t perform that action at this time.
0 commit comments