We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251459b commit da1c748Copy full SHA for da1c748
readme.txt
@@ -11,14 +11,11 @@ Docs: https://clojure.org
11
Feedback: https://ask.clojure.org
12
Getting Started: https://clojure.org/guides/getting_started
13
14
-To build and run locally with Ant:
15
-
16
- One-time setup: ./antsetup.sh
17
- To build: ant local
18
- To run: java -jar clojure.jar
19
20
To build locally with Maven:
21
+ To test:
+ mvn test
+
22
To build (output JARs in target/):
23
mvn package
24
0 commit comments