Advertisement
Guest User

satproject

a guest
Nov 16th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. (defproject sat "0.1.0-SNAPSHOT"
  2. :description "FIXME: write description"
  3. :url "http://example.com/FIXME"
  4. :license {:name "Eclipse Public License"
  5. :url "http://www.eclipse.org/legal/epl-v10.html"}
  6. :dependencies
  7. [
  8. [org.clojure/clojure "1.8.0"]
  9. [satlib "0.1.0-SNAPSHOT"]
  10. ]
  11. :main ^:skip-aot sat.core
  12. :target-path "target/%s"
  13. :profiles {:uberjar {:aot :all}})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement