We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7f5c8 commit 519fe7dCopy full SHA for 519fe7d
Makefile
@@ -82,8 +82,8 @@ install: .installed
82
83
.deployed: .installed
84
@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)
+ @[ "$(java_version)" == "1.8" ] \
+ || (echo -e "\033[0;31mYou must build with Java version 1.8 only.\033[0m" && false)
87
(cd boot/base && lein deploy clojars boot/base $(version) target/base-$(version).jar pom.xml)
88
(cd boot/pod && lein deploy clojars)
89
(cd boot/aether && lein deploy clojars)
0 commit comments