Skip to content

Commit d8d959c

Browse files
alexander-yakushevbbatsov
authored andcommitted
Touch up build scripts
1 parent 9608ce7 commit d8d959c

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SHELL = /bin/bash -Ee
77

88
HOME=$(shell echo $$HOME)
9-
CLOJURE_VERSION ?= 1.11
9+
CLOJURE_VERSION ?= 1.12
1010
TEST_PROFILES ?= "-user,-dev,+test,+cljs"
1111

1212
resources/clojuredocs/export.edn:
@@ -75,10 +75,6 @@ install: clean check-install-env
7575
clean:
7676
lein with-profile -user,-dev clean
7777

78-
.javac: $(wildcard test-java/orchard/*.clj)
79-
lein with-profile +test javac
80-
touch $@
81-
8278
check-env:
8379
ifndef CLOJARS_USERNAME
8480
$(error CLOJARS_USERNAME is undefined)

project.clj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@
5555

5656
:test ~(merge
5757
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"
6259
"test-resources/not-a.jar"
6360
"test-resources/java-invalid"
6461
"does-not-exist.jar"]})

0 commit comments

Comments
 (0)