Skip to content

Instantly share code, notes, and snippets.

@echeran
Last active December 27, 2015 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save echeran/cebacbf7421cfa376499 to your computer and use it in GitHub Desktop.
Save echeran/cebacbf7421cfa376499 to your computer and use it in GitHub Desktop.
mvn-lein-test - project.clj
(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