[fix] Resolve Lein profile warning
This commit is contained in:
parent
0d002f8d06
commit
cba055306a
1 changed files with 9 additions and 9 deletions
18
project.clj
18
project.clj
|
|
@ -44,16 +44,16 @@
|
||||||
:aot [taoensso.graal-tests]
|
:aot [taoensso.graal-tests]
|
||||||
:uberjar-name "graal-tests.jar"}
|
:uberjar-name "graal-tests.jar"}
|
||||||
|
|
||||||
:dev
|
:dev [:c1.11 :test :dev+]
|
||||||
[:c1.11 :test
|
:dev+
|
||||||
{:plugins
|
{:plugins
|
||||||
[[lein-pprint "1.3.2"]
|
[[lein-pprint "1.3.2"]
|
||||||
[lein-ancient "0.7.0"]
|
[lein-ancient "0.7.0"]
|
||||||
[com.taoensso.forks/lein-codox "0.10.10"]]
|
[com.taoensso.forks/lein-codox "0.10.10"]]
|
||||||
|
|
||||||
:codox
|
:codox
|
||||||
{:language #{:clojure #_:clojurescript}
|
{:language #{:clojure #_:clojurescript}
|
||||||
:base-language :clojure}}]}
|
:base-language :clojure}}}
|
||||||
|
|
||||||
:test-paths ["test" #_"src"]
|
:test-paths ["test" #_"src"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue