tool for building .app.

This commit is contained in:
Bryce Covert
2015-08-15 07:52:45 -07:00
parent f670f25d82
commit c5ffaeb1ec
5 changed files with 16 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
[org.clojure/data.priority-map "0.0.5"]
[org.clojure/core.async "0.1.338.0-5c5012-alpha"]]
:source-paths ["src" "src-common"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:omit-source true
:aot [advent.core.desktop-launcher]
:main advent.core.desktop-launcher)