We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519fe7d commit 4d0d807Copy full SHA for 4d0d807
Makefile
@@ -81,9 +81,6 @@ $(baseuber): boot/base/pom.xml $(shell find boot/base/src/main)
81
install: .installed
82
83
.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)
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