Skip to content

Commit

Permalink
fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 6, 2024
1 parent eeff568 commit e752f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/tools_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ An example build for a compiled uberjar will look like this:
(b/uber {:class-dir class-dir
:uber-file uber-file
:basis @basis
:main 'my.lib.main})))
:main 'my.lib.main}))
----

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.
Expand Down

0 comments on commit e752f92

Please sign in to comment.