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
Tweak warning levels and remove .java-version, which was misleading.
r28 (defproject project-checkup "0.1.5"
:description "Makes sure your project is healthy. :)"
Various documentation updates.
r18 :url "https://bitbucket.org/alysbrooks/project-checkup"
Initial working version.
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"]
Update version.
r16 [org.clojure/core.async "0.4.474"]
[org.clojure/test.check "0.10.0-alpha3"]]
Initial working version.
r0
:main ^:skip-aot project-checkup.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})