Skip to content

Commit 519fe7d

Browse files
committed
Update Makefile
1 parent fb7f5c8 commit 519fe7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ install: .installed
8282

8383
.deployed: .installed
8484
@echo -e "\033[0;33m<< Java version: $(java_version) >>\033[0m"
85-
@[ "$(java_version)" == "1.7" ] \
86-
|| (echo -e "\033[0;31mYou must build with Java version 1.7 only.\033[0m" && false)
85+
@[ "$(java_version)" == "1.8" ] \
86+
|| (echo -e "\033[0;31mYou must build with Java version 1.8 only.\033[0m" && false)
8787
(cd boot/base && lein deploy clojars boot/base $(version) target/base-$(version).jar pom.xml)
8888
(cd boot/pod && lein deploy clojars)
8989
(cd boot/aether && lein deploy clojars)

0 commit comments

Comments
 (0)