Skip to content

Commit

Permalink
Prepare some build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Jan 22, 2024
1 parent b969b62 commit 8bc993f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/.lsp/
*.asc
/deploy
/build/
4 changes: 4 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
:exec-args {:installer :local
:artifact "swark-0.1.21.jar"}}

#_#_:build {:extra-paths ["build"]
:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0" :git/sha "9bd8b8a"}}
:ns-default build}

;; build an uberjar (application) with AOT compilation by default:
:uberjar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.303"}}
:exec-fn hf.depstar/uberjar
Expand Down

0 comments on commit 8bc993f

Please sign in to comment.