Show More
Commit Description:
Update documentation and TODO.
Commit Description:
Update documentation and TODO.
File last commit:
Show/Diff file:
Action:
project.clj
13 lines | 572 B | text/x-clojure | ClojureLexer
(defproject project-checkup "0.1.5"
:description "Makes sure your project is healthy. :)"
:url "https://bitbucket.org/alysbrooks/project-checkup"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.521"]
[org.clojure/core.async "0.4.474"]
[org.clojure/test.check "0.10.0-alpha3"]]
:main ^:skip-aot project-checkup.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})