Skip to content

Commit 4d0d807

Browse files
committed
remove java version check
1 parent 519fe7d commit 4d0d807

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ $(baseuber): boot/base/pom.xml $(shell find boot/base/src/main)
8181
install: .installed
8282

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

0 commit comments

Comments
 (0)