Last active
December 27, 2015 07:42
-
-
Save echeran/cebacbf7421cfa376499 to your computer and use it in GitHub Desktop.
mvn-lein-test - project.clj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defproject mvn-lein-test "0.1.0-SNAPSHOT" | |
:description "FIXME: write description" | |
:url "http://example.com/FIXME" | |
:license {:name "Eclipse Public License" | |
:url "http://www.eclipse.org/legal/epl-v10.html"} | |
:dependencies [[org.clojure/clojure "1.7.0"] | |
[medley "0.7.0"] | |
[leiningen "2.5.3"]] | |
:main mvnleintest.core | |
:aot :all | |
:source-paths ["src/main/clojure"] | |
:test-paths ["src/test/clojure"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment