File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ TRANSIT_RELEASE="0.8.285"
9
9
GCLOSURE_LIB_RELEASE=" 0.0-20160609-f42b4a24"
10
10
RHINO_RELEASE=" 1_7R5"
11
11
TREADER_RELEASE=" 1.0.0-beta3"
12
+ TEST_CHECK_RELEASE=" 0.9.0"
12
13
13
14
# check dependencies
14
15
curl -V > /dev/null || { echo " cURL is missing, or not on your system path." ; exit 1; }
@@ -105,4 +106,10 @@ curl --retry 3 -O -s https://repo1.maven.org/maven2/org/clojure/tools.reader/$TR
105
106
echo " Moving tools.reader.jar to lib/tools.reader.jar"
106
107
mv tools.reader-$TREADER_RELEASE .jar lib/tools.reader-$TREADER_RELEASE .jar
107
108
109
+ echo " Fetching test.check $TEST_CHECK_RELEASE ..."
110
+ curl --retry 3 -O -s https://repo1.maven.org/maven2/org/clojure/test.check/$TEST_CHECK_RELEASE /test.check-$TEST_CHECK_RELEASE .jar || { echo " Download failed." ; exit 1; }
111
+
112
+ echo " Moving test.check.jar to lib/test.check.jar"
113
+ mv test.check-$TEST_CHECK_RELEASE .jar lib/test.check.jar
114
+
108
115
echo " [Bootstrap Completed]"
You can’t perform that action at this time.
0 commit comments