Move project stuff up to primary keys
This commit is contained in:
parent
e35614a516
commit
1abc1fd779
1 changed files with 4 additions and 5 deletions
9
deps.edn
9
deps.edn
|
|
@ -23,12 +23,11 @@
|
|||
|
||||
:codox {:extra-deps {codox/codox {:mvn/version "0.10.7"}}
|
||||
:exec-fn codox.main/generate-docs
|
||||
:exec-args {:source-paths ["src/clj"]
|
||||
:exec-args {:name "coffi"
|
||||
:version "v0.2.259"
|
||||
:description "A Foreign Function Interface in Clojure for JDK 17."
|
||||
:source-paths ["src/clj"]
|
||||
:output-path "docs"
|
||||
:project
|
||||
{:name "coffi"
|
||||
:version "v0.2.259"
|
||||
:description "A Foreign Function Interface in Clojure for JDK 17."}
|
||||
:source-uri "https://github.com/IGJoshua/coffi/blob/{git-commit}/{filepath}#L{line}"
|
||||
:metadata {:doc/format :markdown}}
|
||||
:jvm-opts ["--add-modules=jdk.incubator.foreign"
|
||||
|
|
|
|||
Loading…
Reference in a new issue