You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/tools_build.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ An example build for a compiled uberjar will look like this:
168
168
(b/uber {:class-dir class-dir
169
169
:uber-file uber-file
170
170
:basis @basis
171
-
:main 'my.lib.main})))
171
+
:main 'my.lib.main}))
172
172
----
173
173
174
174
This example directs `compile-clj` to compile the main namespace (by default source will be loaded from the basis :paths). Compilation is transitive and all namespaces loaded by the compiled namespace will also be compiled. You may need to add additional namespaces if code is dynamically or optionally loaded.
0 commit comments