Skip to content

Commit

Permalink
adjust project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
pdikmann committed Mar 11, 2021
1 parent 8679171 commit df1c02a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@
:main clj-puredata.comms
:target-path "target/%s"
:profiles {:uberjar {:aot :all}}
:plugins [[lein-codox "0.10.3"]])
:plugins [[lein-codox "0.10.3"]
[lein-pprint "1.3.2"]]
:release-tasks [["vcs" "assert-committed"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag" "--no-sign"]
["deploy"]
["change" "version" "leiningen.release/bump-version"]
["vcs" "commit"]
["vcs" "push"]])

0 comments on commit df1c02a

Please sign in to comment.