Mostly work on generating better documentation.
This commit is contained in:
parent
4c2380ca26
commit
41cecdc522
34 changed files with 1531 additions and 794 deletions
|
|
@ -9,9 +9,9 @@
|
|||
:license {:name "GPL-2.0-or-later"
|
||||
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
|
||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
||||
[org.clojure/math.combinatorics "0.2.0"] ;; not needed in production builds
|
||||
[org.clojure/math.numeric-tower "0.0.5"]
|
||||
[org.clojure/tools.cli "1.0.214"]
|
||||
[org.clojure/tools.trace "0.7.11"]
|
||||
[clojure.java-time "1.2.0"]
|
||||
[environ "1.2.0"]
|
||||
[instaparse "1.4.12"]
|
||||
|
|
@ -22,7 +22,9 @@
|
|||
:plugins [[lein-cloverage "1.2.2"]
|
||||
[lein-codox "0.10.7"]
|
||||
[lein-environ "1.1.0"]]
|
||||
:profiles {:uberjar {:aot :all}}
|
||||
:profiles {:uberjar {:aot :all
|
||||
:omit-source true
|
||||
:uberjar-exclusions [#"beowulf\.scratch"]}}
|
||||
:release-tasks [["vcs" "assert-committed"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
["vcs" "commit"]
|
||||
|
|
@ -34,5 +36,4 @@
|
|||
["vcs" "commit"]]
|
||||
|
||||
:target-path "target/%s"
|
||||
:url "https://github.com/simon-brooke/the-great-game"
|
||||
)
|
||||
:url "https://github.com/simon-brooke/the-great-game")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue