Show More
Commit Description:
Update documentation and TODO.
Commit Description:
Update documentation and TODO.
References:
File last commit:
Show/Diff file:
Action:
project.clj
13 lines | 572 B | text/x-clojure | ClojureLexer
13 lines | 572 B | text/x-clojure | ClojureLexer
r28 | (defproject project-checkup "0.1.5" | |||
:description "Makes sure your project is healthy. :)" | ||||
r18 | :url "https://bitbucket.org/alysbrooks/project-checkup" | |||
r0 | :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"] | ||||
r16 | [org.clojure/core.async "0.4.474"] | |||
[org.clojure/test.check "0.10.0-alpha3"]] | ||||
r0 | ||||
:main ^:skip-aot project-checkup.core | ||||
:target-path "target/%s" | ||||
:profiles {:uberjar {:aot :all}}) | ||||