We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d9d52 commit d17cbddCopy full SHA for d17cbdd
content/guides/tools_build.adoc
@@ -57,7 +57,7 @@ The remainder of this guide demonstrates individual common use cases and how to
57
58
The most common Clojure build creates a jar file containing Clojure source code. To do this with tools.build we'll use the following tasks:
59
60
-* `create-basis` - to create a project basis (note: this will download deps as a side effect)
+* `create-basis` - to create a <<xref/../../../reference/deps_edn#basis,project basis>> (note: this will download deps as a side effect)
61
* `copy-dir` - to copy Clojure source and resources into a working dir
62
* `write-pom` - to write a pom file in the working dir
63
* `jar` - to jar up the working dir into a jar file
0 commit comments